You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If using the API with api.delicious.com, I am getting redirected to api.del.icio.us for actual handling of the calls. This works fine most of the time, however, if there are arguments with spaces in them (such as a tag name) it will get changed in a way that will generate an error.
Hi,
If using the API with api.delicious.com, I am getting redirected to api.del.icio.us for actual handling of the calls. This works fine most of the time, however, if there are arguments with spaces in them (such as a tag name) it will get changed in a way that will generate an error.
For example
https://api.delicious.com/v1/posts/all?tag=mortage%20house&tag_separator=comma
redirects to
https://api.del.icio.us/v1/posts/all?red=api&tag=mortage+house&tag_separator=comma
and the former url doesn't work.
As a workaround I switched to using api.del.icio.us directly. If possible, please reconfigure redirect in a different way.
Thanks.
The text was updated successfully, but these errors were encountered: