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

sending in a url #2

Closed
mutaku opened this issue Apr 4, 2011 · 1 comment
Closed

sending in a url #2

mutaku opened this issue Apr 4, 2011 · 1 comment

Comments

@mutaku
Copy link
Owner

mutaku commented Apr 4, 2011

can read in most of the url with the urls.py and views.py configuration as is... but some gets cut if we have "?"
e.g.:
http://192.168.11.4:8001/url/http%3A//google.com/blah.py?&bl=203
yields:
ttp://192.168.11.4:8001/url/http%3A//google.com/blah.py
Maybe we need to try sending with js urlencode

urlencoding works:
http://192.168.11.4:8001/url/http%3A//google.com/blah.py%3Fs%3D23/
yields:
Adding link http://google.com/blah.py?s=23
as it should.

@mutaku mutaku closed this as completed Apr 4, 2011
@mutaku
Copy link
Owner Author

mutaku commented Apr 4, 2011

Fixed. url encoding has to be done.

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

1 participant