You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered an issue when testing my flask-restx based BrAPI server. Accessing the URL results in a "wrong status code" error for the /serverinfo endpoint.
Server Info (0/1)
GET /serverinfo (wrong status code)
Test: Status code should be 200
Upon investigating the log files from the BrAPI server, I found a request to:
GET /my-location/brapi/serverinfo?json=
On my server this request does not return a 200 status code and instead results in an error due to the unknown json parameter. Shouldn't the json parameter be omitted by the validator?
The text was updated successfully, but these errors were encountered:
I encountered an issue when testing my flask-restx based BrAPI server. Accessing the URL results in a "wrong status code" error for the /serverinfo endpoint.
Upon investigating the log files from the BrAPI server, I found a request to:
On my server this request does not return a 200 status code and instead results in an error due to the unknown json parameter. Shouldn't the json parameter be omitted by the validator?
The text was updated successfully, but these errors were encountered: