Open stephane-archer opened 2 weeks ago
Hi @stephane-archer,
The "Invalid request method: found GET but expected POST" error might be specific to your server. Could you check if this response only occurs within Bruno?
Additionally, the issue with the extra / in the baseUrl generated during OpenAPI import will be resolved soon. I’ll keep you updated.
The server only despond to one endpoint, the other endpoints is not handled. Other tools don't trigger the server with the // in the URL Only Bruno does with a GET request while a POST request is clearly selected. So it's seems like the URL might be sanitize at some point before Bruno make the request but the method is not correct. I'm not sure why.
I have checked the following:
Describe the bug
my env is:
a
POST
on{{baseUrl}}/transcode-video
results in the following response to the server:but a
POST
on{{baseUrl}}transcode-video
result on a proper request.So, the presence of
//
make Bruno hit the right endpoint but not using the right request method.bru file to reproduce the bug
No response
Screenshots/Live demo link