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
Seems that Django or the WSGI is adding a default value for the Content_Type meta value so the proxy is not able to detect if the request provides a Content-Type header or not.
This has been detected on a request to the v2 API of the context broker:
{
"error": "BadRequest",
"description": "Orion accepts no payload for GET/DELETE requests. HTTP header Content-Type is thus forbidden"
}
The text was updated successfully, but these errors were encountered:
Seems that Django or the WSGI is adding a default value for the
Content_Type
meta value so the proxy is not able to detect if the request provides aContent-Type
header or not.This has been detected on a request to the v2 API of the context broker:
The text was updated successfully, but these errors were encountered: