Advertisement
Guest User

Untitled

a guest
Jan 11th, 2019
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. Firefox headers(works great)
  2.  
  3. Access-Control-Allow-Origin
  4. *
  5. Connection
  6. keep-alive
  7. Content-Encoding
  8. gzip
  9. Content-Length
  10. 842
  11. Content-Type
  12. text/plain; charset=utf-8
  13. Date
  14. Fri, 11 Jan 2019 13:44:06 GMT
  15. Server
  16. nginx
  17. Set-Cookie
  18. ring-session=UfZptKBBq0KY8AzRc… +0000;Max-Age=1209600;Secure
  19. Strict-Transport-Security
  20. max-age=15724800
  21. Vary
  22. Origin
  23. X-Circleci-Identity
  24. circle-www-api-v1-78d7869cc9-lqs5f
  25. X-Client-Trace-Id
  26. X-Frame-Options
  27. DENY
  28. X-Request-Id
  29. 6edeb596-06a4-4484-b00f-b465122828c7
  30. X-Route
  31. /me
  32.  
  33. Node https.get headers(works bad)
  34. headers: { 'access-control-allow-origin': '*',
  35. date: 'Fri, 11 Jan 2019 13:42:21 GMT',
  36. server: 'nginx',
  37. 'set-cookie':
  38. [ 'ring-session=K0TbSZ00XAkkhFGG4caTS%2BTAtKNeVNam9lsGHfkXSt6n9qTINO7qwqwCNAjf1E4A7f92K1Ir8qs3XNd9IDUSu3Yknjywe3%2BcIn4h0I9Fw3auUDKlrtIggNtoLJpOAMWb0x2Qe8r7CtmmsdIterre4QuxM42qe6MBGI%2FQ3UG7QHSd1svCg1iTcW27NGo2ureszbMQrzShcxtXIjtx4OBZEliLU%2F4CCPwhvkRQ52rs4K%2BHdLEtTd4%3D--7FGy%2B8jDciTvegtnBUvH4y7nFmy%2BznB3eres3xnIoAtaGw%3D;Path=/;HttpOnly;Expires=Fri, 10 Jan 2020 17:01:33 +0000;Max-Age=1209600;Secure' ],
  39. 'strict-transport-security': 'max-age=15724800',
  40. vary: 'Origin',
  41. 'x-circleci-identity': 'circle-www-api-v1-78d7869cc9-ss4pw',
  42. 'x-client-trace-id': '',
  43. 'x-frame-options': 'DENY',
  44. 'x-request-id': '0bf0ewew96c9-ab41-4426-9216-d7de7ererwe085cabc',
  45. 'x-route': '/me',
  46. 'content-length': '1833',
  47. connection: 'Close' }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement