Page 1 of 1

Problem using Postman

Posted: Wed Nov 15, 2023 3:46 am
by burekas
Hi,

I want to test the new API.

I'm testing the login with this option and it's working.
https://opensubtitles.stoplight.io/docs ... cc0a-login

But when I'm trying it with Postman I'm getting error code 400 with this html response:

Code: Select all

<html> <head> <title>400 Bad Request</title> </head> <body> <center> <h1>400 Bad Request</h1> </center> <hr> <center>cloudflare</center> </body> </html>
Why is that?

Thanks

Re: Problem using Postman

Posted: Wed Nov 15, 2023 12:48 pm
by oss
Hi

not sure what are you doing wrong, do you have curl example ?