Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- * Preparing request to https://oauth.netviewshop.com/
- * Using libcurl/7.54.0 LibreSSL/2.6.4 zlib/1.2.11 nghttp2/1.24.1
- * Enable automatic URL encoding
- * Enable SSL validation
- * Enable cookie sending with jar of 48 cookies
- * Trying 65.38.19.225...
- * TCP_NODELAY set
- * Connected to oauth.netviewshop.com (65.38.19.225) port 443 (#0)
- * ALPN, offering http/1.1
- * Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
- * successfully set certificate verify locations:
- * CAfile: /etc/ssl/cert.pem
- * CApath: none
- * TLSv1.2 (OUT), TLS handshake, Client hello (1):
- * TLSv1.2 (IN), TLS handshake, Server hello (2):
- * TLSv1.2 (IN), TLS handshake, Certificate (11):
- * TLSv1.2 (IN), TLS handshake, Server key exchange (12):
- * TLSv1.2 (IN), TLS handshake, Server finished (14):
- * TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
- * TLSv1.2 (OUT), TLS change cipher, Client hello (1):
- * TLSv1.2 (OUT), TLS handshake, Finished (20):
- * TLSv1.2 (IN), TLS change cipher, Client hello (1):
- * TLSv1.2 (IN), TLS handshake, Finished (20):
- * SSL connection using TLSv1.2 / ECDHE-RSA-AES256-GCM-SHA384
- * ALPN, server did not agree to a protocol
- * Server certificate:
- * subject: OU=Domain Control Validated; CN=*.netviewshop.com
- * start date: Nov 15 15:29:02 2017 GMT
- * expire date: Jan 14 19:44:39 2019 GMT
- * subjectAltName: host "oauth.netviewshop.com" matched cert's "*.netviewshop.com"
- * issuer: C=US; ST=Arizona; L=Scottsdale; O=GoDaddy.com, Inc.; OU=http://certs.godaddy.com/repository/; CN=Go Daddy Secure Certificate Authority - G2
- * SSL certificate verify ok.
- > POST / HTTP/1.1
- > Host: oauth.netviewshop.com
- > User-Agent: insomnia/6.0.2
- > Content-Type: application/json
- > Accept: */*
- > Content-Length: 273
- | {"code":"~RzNX5Wm4Yh7N8QdZgLU0M1GFg19ANeC5FXkVTNAou3ht\/8UCZDcK+3EyXKAS7qU","client_id":"1kvmhkgc99ayjsndsorfqlgfrdmns2wytkbafyh8wk9wwstiouygnktzkdkds88j","client_secret":"//SECRET//","grant_type":"authorization_code"}
- * upload completely sent off: 273 out of 273 bytes
- < HTTP/1.1 401 Authorization Required
- < Date: Wed, 14 Nov 2018 14:44:49 GMT
- < Server: Apache/2.2.22 (Debian)
- < X-Frame-Options: SAMEORIGIN
- < Access-Control-Allow-Origin: *
- < Vary: Host
- < WWW-Authenticate: Bearer
- < Content-Length: 2
- < Content-Type: application/json
- < X-Pad: avoid browser bug
- * Received 2 B chunk
- * Connection #0 to host oauth.netviewshop.com left intact
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement