Advertisement
Guest User

HTTP 403 response without Error Object in message body

a guest
Dec 19th, 2020
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. * Trying 2600:1901:1:c36::...
  2. * TCP_NODELAY set
  3. * Connected to api.spotify.com (2600:1901:1:c36::) port 443 (#0)
  4. * TLS 1.2 connection using TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
  5. * Server certificate: *.spotify.com
  6. * Server certificate: DigiCert SHA2 Secure Server CA
  7. * Server certificate: DigiCert Global Root CA
  8. > GET /v1/me/top/artists HTTP/1.1
  9. > Host: api.spotify.com
  10. > User-Agent: curl/7.54.0
  11. > Accept: application/json
  12. > Content-Type: application/json
  13. > Authorization: Bearer BQC888XHXVti70X2H7cVEBGinJhMadVgbv5VhuuXhFwAAZApcADNV8IJWbRY-5tVWnz1Pio9bXDcgI9u_6-4LgVPlUoFqS_Rt6WZYZcCcTzaj_qFrPanimU2NzRlV2daZlvvqut4HWblcczEz2QQLQ
  14. >
  15. < HTTP/1.1 403 Forbidden
  16. < cache-control: private, max-age=0
  17. < access-control-allow-origin: *
  18. < access-control-allow-headers: Accept, App-Platform, Authorization, Content-Type, Origin, Retry-After, Spotify-App-Version, X-Cloud-Trace-Context, client-token, content-access-token
  19. < access-control-allow-methods: GET, POST, OPTIONS, PUT, DELETE, PATCH
  20. < access-control-allow-credentials: true
  21. < access-control-max-age: 604800
  22. < Content-Length: 0
  23. < strict-transport-security: max-age=31536000
  24. < x-content-type-options: nosniff
  25. < date: Sat, 19 Dec 2020 07:59:35 GMT
  26. < server: envoy
  27. < Via: HTTP/2 edgeproxy, 1.1 google
  28. < Alt-Svc: clear
  29. <
  30. * Connection #0 to host api.spotify.com left intact
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement