Advertisement
Guest User

cors

a guest
Jan 22nd, 2018
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1. curl -H "Origin: https://www.betmenwasdie.xyz" \
  2. > -H "Access-Control-Request-Method: GET" \
  3. > -H "Access-Control-Request-Headers: X-Requested-With" \
  4. > -X OPTIONS --verbose \
  5. > https://www.showmax.com
  6. * Rebuilt URL to: https://www.showmax.com/
  7. * Trying 148.251.219.27...
  8. * TCP_NODELAY set
  9. * Connected to www.showmax.com (148.251.219.27) port 443 (#0)
  10. * ALPN, offering h2
  11. * ALPN, offering http/1.1
  12. * successfully set certificate verify locations:
  13. * CAfile: /etc/ssl/certs/ca-certificates.crt
  14. CApath: none
  15. * TLSv1.2 (OUT), TLS handshake, Client hello (1):
  16. * TLSv1.2 (IN), TLS handshake, Server hello (2):
  17. * TLSv1.2 (IN), TLS handshake, Certificate (11):
  18. * TLSv1.2 (IN), TLS handshake, Server key exchange (12):
  19. * TLSv1.2 (IN), TLS handshake, Server finished (14):
  20. * TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
  21. * TLSv1.2 (OUT), TLS change cipher, Client hello (1):
  22. * TLSv1.2 (OUT), TLS handshake, Finished (20):
  23. * TLSv1.2 (IN), TLS handshake, Finished (20):
  24. * SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256
  25. * ALPN, server did not agree to a protocol
  26. * Server certificate:
  27. * subject: OU=Domain Control Validated; CN=*.showmax.com
  28. * start date: Jan 17 12:10:00 2017 GMT
  29. * expire date: Apr 16 12:10:00 2020 GMT
  30. * subjectAltName: host "www.showmax.com" matched cert's "*.showmax.com"
  31. * issuer: C=US; ST=Arizona; L=Scottsdale; O=GoDaddy.com, Inc.; OU=http://certs.godaddy.com/repository/; CN=Go Daddy Secure Certificate Authority - G2
  32. * SSL certificate verify ok.
  33. > OPTIONS / HTTP/1.1
  34. > Host: www.showmax.com
  35. > User-Agent: curl/7.57.0
  36. > Accept: */*
  37. > Origin: https://www.betmenwasdie.xyz
  38. > Access-Control-Request-Method: GET
  39. > Access-Control-Request-Headers: X-Requested-With
  40. >
  41. < HTTP/1.1 200 OK
  42. < Date: Mon, 22 Jan 2018 08:34:28 GMT
  43. < Access-Control-Allow-Origin: *
  44. < Content-Type: application/json; charset=utf-8
  45. < Access-Control-Allow-Headers: Accept, Authorization, Content, Content-Type, Origin, SOAPAction, showmax-AB-Tests, showmax-User-Agent
  46. < Access-Control-Allow-Methods: DELETE, GET, HEAD, OPTIONS, POST, PUT
  47. < Cache-Control: public, max-age=300
  48. < Content-Length: 2
  49. < Accept-Ranges: bytes
  50. < Server: Showmax-production
  51. < X-Human: If you're reading this, maybe you should be working at Showmax instead. Visit https://tech.showmax.com for more information.
  52. < Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
  53. <
  54. * Connection #0 to host www.showmax.com left intact
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement