Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

api.delicious.com to api.del.icio.us redirect breaks spaces in parameters #39

Open
ayavilevich opened this issue Apr 9, 2015 · 1 comment

Comments

@ayavilevich
Copy link

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.

@peoplemerge
Copy link
Contributor

We've made a series of config updates in the last week. Can you confirm this is still a problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants