Advertisement
Guest User

Untitled

a guest
Mar 31st, 2015
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. POST https://myhost/WCFPOC/Service1.svc HTTP/1.1
  2. Content-Type: text/xml; charset=utf-8
  3. SOAPAction: "http://test/MyService/IService1/GetData"
  4. Host: myhost
  5. Content-Length: 1028
  6. Expect: 100-continue
  7. Accept-Encoding: gzip, deflate
  8. Connection: Keep-Alive
  9.  
  10. ...
  11.  
  12. HTTP/1.1 401 Unauthorized
  13. Cache-Control: private
  14. Server: Microsoft-IIS/8.5
  15. X-AspNet-Version: 4.0.30319
  16. WWW-Authenticate: Negotiate
  17. WWW-Authenticate: NTLM
  18. X-Powered-By: ASP.NET
  19. Date: Fri, 27 Mar 2015 23:42:05 GMT
  20. Content-Length: 0
  21. Proxy-Support: Session-Based-Authentication
  22.  
  23. POST https://myhost/WCFPOC/Service1.svc HTTP/1.1
  24. Content-Type: text/xml; charset=utf-8
  25. SOAPAction: "http://test/MyService/IService1/GetData"
  26. Accept-Encoding: gzip, deflate
  27. Authorization: Negotiate YHUGBisGAQUFAqBrMGmgMDAuBgorBgEEAYI3AgIKBgkqhkiC9xIBAgIGCSqGSIb3EgECAgYKKwYBBAGCNwICHqI1BDNOVExNU1NQAAEAAACXshjiAwADADAAAAAIAAgAKAAAAAYDgCUAAAAPQ1BSSUFEQzFJSEE=
  28. Host: myhost
  29. Content-Length: 0
  30.  
  31. HTTP/1.1 401 Unauthorized
  32. Content-Type: text/html; charset=us-ascii
  33. Server: Microsoft-HTTPAPI/2.0
  34. WWW-Authenticate: Negotiate oYIBDTCCAQmgAwoBAaEMBgorBgEEAYI3AgIKooHzBIHwTlRMTVNTUAACAAAABgAGADgAAAAVwpni2AS6fiQfZLpwPaJe4wAAALIAsgA+AAAABgOAJQAAAA9JAEgAQQACAAYASQBIAEEAAQAQAEMAUABSAEkAQQBEAEMAMQAEACIAaQBuAHQAZQByAGkAbwByAGgAZQBhAGwAdABoAC4AYwBhAAMANABDAFAAUgBJAEEARABDADEALgBpAG4AdABlAHIAaQBvAHIAaABlAGEAbAB0AGgALgBjAGEABQAiAGkAbgB0AGUAcgBpAG8AcgBoAGUAYQBsAHQAaAAuAGMAYQAHAAgAc+yXoedo0AEAAAAA
  35. Date: Fri, 27 Mar 2015 23:42:05 GMT
  36. Content-Length: 341
  37. Proxy-Support: Session-Based-Authentication
  38.  
  39. ...
  40.  
  41. POST https://myhost/WCFPOC/Service1.svc HTTP/1.1
  42. Content-Type: text/xml; charset=utf-8
  43. SOAPAction: "http://test/MyService/IService1/GetData"
  44. Accept-Encoding: gzip, deflate
  45. Authorization: Negotiate oXcwdaADCgEBoloEWE5UTE1TU1AAAwAAAAAAAABYAAAAAAAAAFgAAAAAAAAAWAAAAAAAAABYAAAAAAAAAFgAAAAAAAAAWAAAABXCmOIGA4AlAAAAD5YQGFSH1V64XZ2JAv3qnE+jEgQQAQAAAPUXp1AtIpqEAAAAAA==
  46. Host: myhost
  47. Content-Length: 1028
  48. Expect: 100-continue
  49.  
  50. ...
  51.  
  52. HTTP/1.1 200 OK
  53. Cache-Control: private
  54. Content-Length: 607
  55. Content-Type: text/xml; charset=utf-8
  56. Server: Microsoft-IIS/8.5
  57. X-AspNet-Version: 4.0.30319
  58. Persistent-Auth: true
  59. X-Powered-By: ASP.NET
  60. WWW-Authenticate: Negotiate oRswGaADCgEAoxIEEAEAAABDh+CIwTbjqQAAAAA=
  61. Date: Fri, 27 Mar 2015 23:42:07 GMT
  62.  
  63. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement