<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic HTTP 403 from Spotify API with message &amp;quot;Your client does not have permission to get URL ...&amp;quot; in Spotify for Developers</title>
    <link>https://community.spotify.com/t5/Spotify-for-Developers/HTTP-403-from-Spotify-API-with-message-quot-Your-client-does-not/m-p/5676369#M11461</link>
    <description>&lt;P&gt;&lt;STRONG&gt;Plan&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Premium&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Country&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;United States&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My Question or Issue&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I'm using the Spotify API to develop an integration. I stopped working on it for a bit, and just started picking it back up today. Now, I get an HTTP 403 when making any request, with the error "Your client does not have permission to get URL ... from this server." (This is code that was working about a year ago.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Even when making the most basic request from &lt;A href="https://developer.spotify.com/documentation/web-api/tutorials/getting-started#request-an-access-token" target="_self"&gt;the "Request an access token" section of the "Getting started" guide&lt;/A&gt;, I get this error.&lt;/P&gt;&lt;P&gt;For example, for this request (client secret redacted on purpose):&lt;/P&gt;&lt;PRE&gt;curl -X POST "https://accounts.spotify.com/api/token" \&lt;BR /&gt;-H "Content-Type: application/x-www-form-urlencoded" \&lt;BR /&gt;-d "grant_type=client_credentials&amp;amp;client_id=74945e5986c34168bc6231500f9dae05&amp;amp;client_secret=REDACTED"&lt;/PRE&gt;&lt;P&gt;I get this response:&lt;/P&gt;&lt;PRE&gt;&amp;lt;html&amp;gt;&amp;lt;head&amp;gt;&lt;BR /&gt;&amp;lt;meta http-equiv="content-type" content="text/html;charset=utf-8"&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;403 Forbidden&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;/head&amp;gt;&lt;BR /&gt;&amp;lt;body text=#000000 bgcolor=#ffffff&amp;gt;&lt;BR /&gt;&amp;lt;h1&amp;gt;Error: Forbidden&amp;lt;/h1&amp;gt;&lt;BR /&gt;&amp;lt;h2&amp;gt;Your client does not have permission to get URL &amp;lt;code&amp;gt;/api/token&amp;lt;/code&amp;gt; from this server.&amp;lt;/h2&amp;gt;&lt;BR /&gt;&amp;lt;h2&amp;gt;&amp;lt;/h2&amp;gt;&lt;BR /&gt;&amp;lt;/body&amp;gt;&amp;lt;/html&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried making a new app in the developer dashboard, with a new Client ID and Client Secret, and am still running into the same issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible Spotify has banned my IP address? I can't think of another reason why this would be happening.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Edit:&lt;/EM&gt; I tried making that exact same request from a different IP address, and it worked, so it really does seem like Spotify has banned my IP here. If someone from Spotify is able to help here, I can share the IP of my server with you over DM.&lt;/P&gt;</description>
    <pubDate>Wed, 15 Nov 2023 04:01:55 GMT</pubDate>
    <dc:creator>jake373</dc:creator>
    <dc:date>2023-11-15T04:01:55Z</dc:date>
    <item>
      <title>HTTP 403 from Spotify API with message "Your client does not have permission to get URL ..."</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/HTTP-403-from-Spotify-API-with-message-quot-Your-client-does-not/m-p/5676369#M11461</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Plan&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Premium&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Country&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;United States&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My Question or Issue&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I'm using the Spotify API to develop an integration. I stopped working on it for a bit, and just started picking it back up today. Now, I get an HTTP 403 when making any request, with the error "Your client does not have permission to get URL ... from this server." (This is code that was working about a year ago.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Even when making the most basic request from &lt;A href="https://developer.spotify.com/documentation/web-api/tutorials/getting-started#request-an-access-token" target="_self"&gt;the "Request an access token" section of the "Getting started" guide&lt;/A&gt;, I get this error.&lt;/P&gt;&lt;P&gt;For example, for this request (client secret redacted on purpose):&lt;/P&gt;&lt;PRE&gt;curl -X POST "https://accounts.spotify.com/api/token" \&lt;BR /&gt;-H "Content-Type: application/x-www-form-urlencoded" \&lt;BR /&gt;-d "grant_type=client_credentials&amp;amp;client_id=74945e5986c34168bc6231500f9dae05&amp;amp;client_secret=REDACTED"&lt;/PRE&gt;&lt;P&gt;I get this response:&lt;/P&gt;&lt;PRE&gt;&amp;lt;html&amp;gt;&amp;lt;head&amp;gt;&lt;BR /&gt;&amp;lt;meta http-equiv="content-type" content="text/html;charset=utf-8"&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;403 Forbidden&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;/head&amp;gt;&lt;BR /&gt;&amp;lt;body text=#000000 bgcolor=#ffffff&amp;gt;&lt;BR /&gt;&amp;lt;h1&amp;gt;Error: Forbidden&amp;lt;/h1&amp;gt;&lt;BR /&gt;&amp;lt;h2&amp;gt;Your client does not have permission to get URL &amp;lt;code&amp;gt;/api/token&amp;lt;/code&amp;gt; from this server.&amp;lt;/h2&amp;gt;&lt;BR /&gt;&amp;lt;h2&amp;gt;&amp;lt;/h2&amp;gt;&lt;BR /&gt;&amp;lt;/body&amp;gt;&amp;lt;/html&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried making a new app in the developer dashboard, with a new Client ID and Client Secret, and am still running into the same issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible Spotify has banned my IP address? I can't think of another reason why this would be happening.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Edit:&lt;/EM&gt; I tried making that exact same request from a different IP address, and it worked, so it really does seem like Spotify has banned my IP here. If someone from Spotify is able to help here, I can share the IP of my server with you over DM.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 04:01:55 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/HTTP-403-from-Spotify-API-with-message-quot-Your-client-does-not/m-p/5676369#M11461</guid>
      <dc:creator>jake373</dc:creator>
      <dc:date>2023-11-15T04:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP 403 from Spotify API with message "Your client does not have permission to get URL ...</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/HTTP-403-from-Spotify-API-with-message-quot-Your-client-does-not/m-p/5678968#M11470</link>
      <description>&lt;P&gt;Hello! We're currently investigating this issue. Can you send a private message with the following info:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Your IP address&lt;/LI&gt;
&lt;LI&gt;Hosting provider&lt;/LI&gt;
&lt;LI&gt;A complete request/response (with headers) that is failing? Assuming you're getting HTTP 403?&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You also mentioned that trying from a different IP, was this also from your hosting provider or?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2023 08:42:46 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/HTTP-403-from-Spotify-API-with-message-quot-Your-client-does-not/m-p/5678968#M11470</guid>
      <dc:creator>ohej</dc:creator>
      <dc:date>2023-11-16T08:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP 403 from Spotify API with message "Your client does not have permission to get URL ...</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/HTTP-403-from-Spotify-API-with-message-quot-Your-client-does-not/m-p/5689481#M11531</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="felixmff_0-1700560995951.png" style="width: 400px;"&gt;&lt;img src="https://community.spotify.com/t5/image/serverpage/image-id/165631iD8396F5C51AD7D63/image-size/medium?v=v2&amp;amp;px=400" role="button" title="felixmff_0-1700560995951.png" alt="felixmff_0-1700560995951.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Same issue, here. Request works on local machine, but on vps fails. Is there another way to contact you? However, I am not able to send a private message.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="felixmff_1-1700561109832.png" style="width: 400px;"&gt;&lt;img src="https://community.spotify.com/t5/image/serverpage/image-id/165632i3D7248C693741DC4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="felixmff_1-1700561109832.png" alt="felixmff_1-1700561109832.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2023 10:05:25 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/HTTP-403-from-Spotify-API-with-message-quot-Your-client-does-not/m-p/5689481#M11531</guid>
      <dc:creator>felixmff</dc:creator>
      <dc:date>2023-11-21T10:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP 403 from Spotify API with message "Your client does not have permission to get URL ...</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/HTTP-403-from-Spotify-API-with-message-quot-Your-client-does-not/m-p/5690216#M11539</link>
      <description>&lt;P&gt;I'm experiencing the same issue (&lt;A href="https://community.spotify.com/t5/Spotify-for-Developers/403-forbidden-error-on-Spotify-API-v2/td-p/5688045" target="_self"&gt;403 forbidden error on Spotify API, v2&lt;/A&gt;) seems to be that Spotify API it's blocking us via IP, since I can make all API calls using my dev machine without any problem.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2023 17:18:09 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/HTTP-403-from-Spotify-API-with-message-quot-Your-client-does-not/m-p/5690216#M11539</guid>
      <dc:creator>Guestpectacular</dc:creator>
      <dc:date>2023-11-21T17:18:09Z</dc:date>
    </item>
  </channel>
</rss>

