Advertisement
msangel

Untitled

Oct 24th, 2013
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.54 KB | None | 0 0
  1. //-----------------------------------------------------------------------------------------------------------------
  2. // FIRST REQUEST
  3. //-----------------------------------------------------------------------------------------------------------------
  4. Request URL:http://localhost:8080/socialauth?id=login
  5. Request Method:POST
  6. Status Code:302 Found
  7. Request Headersview source
  8. Accept:text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
  9. Accept-Encoding:gzip,deflate,sdch
  10. Accept-Language:ru,uk-UA;q=0.8,uk;q=0.6,en-US;q=0.4,en;q=0.2
  11. Cache-Control:no-cache
  12. Connection:keep-alive
  13. Content-Length:13
  14. Content-Type:application/x-www-form-urlencoded
  15. Cookie:analit=fbc8a4a5492dc8c2bee9492cf33e6211; JSESSIONID=1e2sm417k3jjv19ruxcasdrw48
  16. Host:localhost:8080
  17. Origin:http://localhost:8080
  18. Pragma:no-cache
  19. Referer:http://localhost:8080/
  20. User-Agent:Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.101 Safari/537.36
  21. Query String Parametersview sourceview URL encoded
  22. id:login
  23. Form Dataview sourceview URL encoded
  24. cltimezone:-3
  25. Response Headersview source
  26. Content-Language:ru
  27. Content-Length:0
  28. Content-Security-Policy:default-src *; img-src *; style-src 'unsafe-inline' *; script-src 'self' 'unsafe-inline' 'unsafe-eval' *;
  29. Location:https://api.linkedin.com/uas/oauth/authenticate?oauth_token=TOKEN&oauth_callback=http%3A%2F%2Flocalhost%3A8080%2Fsocialauth
  30. Server:Jetty(8.1.2.v20120308)
  31.  
  32.  
  33. //-----------------------------------------------------------------------------------------------------------------
  34. // SECOND REQUEST(follow location)
  35. //-----------------------------------------------------------------------------------------------------------------
  36. Request URL:https://api.linkedin.com/uas/oauth/authenticate?oauth_token=TOKEN&oauth_callback=http%3A%2F%2Flocalhost%3A8080%2Fsocialauth
  37. Request Method:GET
  38. Status Code:302 Found
  39. Request Headersview source
  40. Accept:text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
  41. Accept-Encoding:gzip,deflate,sdch
  42. Accept-Language:ru,uk-UA;q=0.8,uk;q=0.6,en-US;q=0.4,en;q=0.2
  43. Cache-Control:no-cache
  44. Connection:keep-alive
  45. Cookie:bcookie=""
  46. Host:api.linkedin.com
  47. Pragma:no-cache
  48. Referer:http://localhost:8080/
  49. User-Agent:Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.101 Safari/537.36
  50. Query String Parametersview sourceview URL encoded
  51. oauth_token:TOKEN
  52. oauth_callback:http://localhost:8080/socialauth
  53. Response Headersview source
  54. Access-Control-Allow-Origin:https://www.linkedin.com
  55. Connection:keep-alive
  56. Content-Encoding:gzip
  57. Date:Fri, 25 Oct 2013 03:08:48 GMT
  58. Location:https://www.linkedin.com/uas/oauth/authenticate?oauth_token=TOKEN&oauth_callback=http%3A%2F%2Flocalhost%3A8080%2Fsocialauth
  59. Server:Apache-Coyote/1.1
  60. Transfer-Encoding:chunked
  61. Vary:Accept-Encoding
  62. X-Li-Fabric:PROD-ELA4
  63. X-Li-Pop:PROD-ELA4
  64. X-LI-UUID:2KywQTcrsCoAAA==
  65.  
  66. //-----------------------------------------------------------------------------------------------------------------
  67. // THIRD REQUEST(follow location)
  68. //-----------------------------------------------------------------------------------------------------------------
  69. Request URL:https://www.linkedin.com/uas/oauth/authenticate?oauth_token=TOKEN&oauth_callback=http%3A%2F%2Flocalhost%3A8080%2Fsocialauth
  70. Request Method:GET
  71. Status Code:302 Found
  72. Request Headersview source
  73. Accept:text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
  74. Accept-Encoding:gzip,deflate,sdch
  75. Accept-Language:ru,uk-UA;q=0.8,uk;q=0.6,en-US;q=0.4,en;q=0.2
  76. Cache-Control:no-cache
  77. Connection:keep-alive
  78. Cookie:wwwwwww=eac14ddfwwwwwww_eac14ddf; bcookie="v=2&"
  79. Host:www.linkedin.com
  80. Pragma:no-cache
  81. Referer:http://localhost:8080/
  82. User-Agent:Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.101 Safari/537.36
  83. Query String Parametersview sourceview URL encoded
  84. oauth_token:TOKEN
  85. oauth_callback:http://localhost:8080/socialauth
  86. Response Headersview source
  87. Access-Control-Allow-Origin:https://www.linkedin.com
  88. Cache-Control:no-cache, no-store
  89. Connection:keep-alive
  90. Content-Encoding:gzip
  91. Content-Language:en-US
  92. Date:Fri, 25 Oct 2013 03:08:48 GMT
  93. Expires:Thu, 01 Jan 1970 00:00:00 GMT
  94. Location:http://www.linkedin.com/home?goback=
  95. Pragma:no-cache
  96. Server:Apache-Coyote/1.1
  97. Set-Cookie:_lipt=deleteMe; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
  98. Set-Cookie:lang="v=2&lang=en-us&c="; Version=1; Domain=linkedin.com; Path=/
  99. Transfer-Encoding:chunked
  100. Vary:Accept-Encoding
  101. X-Li-Fabric:PROD-ELA4
  102. X-Li-Pop:PROD-ELA4
  103. X-LI-UUID:DOFfx5fKsoig==
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement