Skip to content

Instantly share code, notes, and snippets.

@staaldraad
Created January 19, 2015 10:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save staaldraad/3b65ff4e55acbd9fc014 to your computer and use it in GitHub Desktop.
Save staaldraad/3b65ff4e55acbd9fc014 to your computer and use it in GitHub Desktop.
Get the login portal page for websphere (WPS) - Allows you to get to www.host.com/wps/portal/ut!/p/ without knowing the complete/valid path. Redirect will send you there automagically
GET /wps/redirect HTTP/1.1
Host: www.host.com
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:27.0) Gecko/20100101 Firefox/27.0
Accept:text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-ZA,en-GB;q=0.8,en-US;q=0.5,en;q=0.3
Accept-Encoding: gzip, deflate
Cookie: WASReqURL=http:///wps/
Connection: keep-alive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment