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

URL is encoded automatically #48

Open
vinaybond opened this issue Jul 8, 2016 · 2 comments
Open

URL is encoded automatically #48

vinaybond opened this issue Jul 8, 2016 · 2 comments

Comments

@vinaybond
Copy link

I am sending a URL which is automatilly encoded when the request is hit from robotframework

http://192.168.1.5/myapi/component/persn000000000001045:(itemList)

It converts it into this when I see it using wire shark

http://192.168.1.5/myapi/component/persn000000000001045:%28itemList%29

After some troubleshooting, I found that in webob/request.py, there is a methods "blank" which contains line like this:
obj = cls(env, **kw)

URL is encoded by that cls. Not sure what that cls() method does. Any help is appreciated here.

-Vinay

@vinaybond
Copy link
Author

Is anyone looking into this?

@vinaybond
Copy link
Author

Anyone got chance to check this?

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