Announcements

Help Wizard

Step 1

NEXT STEP

FAQs

Please see below the most popular frequently asked questions.

Loading article...

Loading faqs...

VIEW ALL

Ongoing Issues

Please see below the current ongoing issues which are under investigation.

Loading issue...

Loading ongoing issues...

VIEW ALL

403 client forbidden for cloud server

403 client forbidden for cloud server

Country

US

 

My Question or Issue

Hi there, I am working on a spotify developer integration and everything works perfectly on my machine. When I start using a production server hosted by Hetzner in the us-east location, the server errors out on all requests with a 403 forbidden error saying something along the lines of:

Your client does not have permission to get URL /v1/me from this server.

The IP address of the server is 178.156.146.114 and there is a load balancer in front of the server at 5.161.34.76 (api.bumpn.app).

Is spotify blocking the IP address for some reason?

Reply
1 Reply

It turns out that when I curl from the server itself I can reach the spotify API, but from inside any docker container with it's own network the request will 403.

Suggested posts