Advertisement
verygoodplugins

Untitled

Nov 14th, 2018
347
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1. * Preparing request to https://oauth.netviewshop.com/
  2. * Using libcurl/7.54.0 LibreSSL/2.6.4 zlib/1.2.11 nghttp2/1.24.1
  3. * Enable automatic URL encoding
  4. * Enable SSL validation
  5. * Enable cookie sending with jar of 48 cookies
  6. * Trying 65.38.19.225...
  7. * TCP_NODELAY set
  8. * Connected to oauth.netviewshop.com (65.38.19.225) port 443 (#0)
  9. * ALPN, offering http/1.1
  10. * Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
  11. * successfully set certificate verify locations:
  12. * CAfile: /etc/ssl/cert.pem
  13. * CApath: none
  14. * TLSv1.2 (OUT), TLS handshake, Client hello (1):
  15. * TLSv1.2 (IN), TLS handshake, Server hello (2):
  16. * TLSv1.2 (IN), TLS handshake, Certificate (11):
  17. * TLSv1.2 (IN), TLS handshake, Server key exchange (12):
  18. * TLSv1.2 (IN), TLS handshake, Server finished (14):
  19. * TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
  20. * TLSv1.2 (OUT), TLS change cipher, Client hello (1):
  21. * TLSv1.2 (OUT), TLS handshake, Finished (20):
  22. * TLSv1.2 (IN), TLS change cipher, Client hello (1):
  23. * TLSv1.2 (IN), TLS handshake, Finished (20):
  24. * SSL connection using TLSv1.2 / ECDHE-RSA-AES256-GCM-SHA384
  25. * ALPN, server did not agree to a protocol
  26. * Server certificate:
  27. * subject: OU=Domain Control Validated; CN=*.netviewshop.com
  28. * start date: Nov 15 15:29:02 2017 GMT
  29. * expire date: Jan 14 19:44:39 2019 GMT
  30. * subjectAltName: host "oauth.netviewshop.com" matched cert's "*.netviewshop.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. > POST / HTTP/1.1
  34. > Host: oauth.netviewshop.com
  35. > User-Agent: insomnia/6.0.2
  36. > Content-Type: application/json
  37. > Accept: */*
  38. > Content-Length: 273
  39. | {"code":"~RzNX5Wm4Yh7N8QdZgLU0M1GFg19ANeC5FXkVTNAou3ht\/8UCZDcK+3EyXKAS7qU","client_id":"1kvmhkgc99ayjsndsorfqlgfrdmns2wytkbafyh8wk9wwstiouygnktzkdkds88j","client_secret":"//SECRET//","grant_type":"authorization_code"}
  40. * upload completely sent off: 273 out of 273 bytes
  41. < HTTP/1.1 401 Authorization Required
  42. < Date: Wed, 14 Nov 2018 14:44:49 GMT
  43. < Server: Apache/2.2.22 (Debian)
  44. < X-Frame-Options: SAMEORIGIN
  45. < Access-Control-Allow-Origin: *
  46. < Vary: Host
  47. < WWW-Authenticate: Bearer
  48. < Content-Length: 2
  49. < Content-Type: application/json
  50. < X-Pad: avoid browser bug
  51.  
  52. * Received 2 B chunk
  53. * Connection #0 to host oauth.netviewshop.com left intact
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement