How can I get the value of a parameter from a request, if I follow the link site.com/user/user.aspx, and the parameter user site.com/user/user.aspx?user=12345678 is added, I need to get the value from the user parameter.
- docs.python.org/2/library/urlparse.html - floydya
- Added? In the sense you get a redirect from the first link to the second? - Sergey Gornostaev
- Yes, I get a redirect. - 0x00
|