Hello everyone, I frequently encounter a "bad request 400" error when attempting to request information from TMDB. I've utilised HTTP requests to capture this issue, but I'm struggling to find a resolution. Could someone please assist me with this problem?
Here is attached image of the bad request I keep getting: https://ibb.co/VBtwLpL
Nie możesz znaleźć filmu lub serialu? Zaloguj się, aby go utworzyć.
Want to rate or add this item to a list?
Not a member?
Odpowiedź użytkownika Travis Bell
27 marca 2024 o godz. 11:03AM
Hi @nebtones,
Those aren't valid requests, there's no path as part of your request. Compare these two requests:
Odpowiedź użytkownika nebtones
28 marca 2024 o godz. 4:53AM
Thanks