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 like this would belong in our Request creation code, since the content-type already has semantic significance for patches?
That is true! We can tie it to our Request by using the setters on http::Request (instead of hard-overriding it with layers) and then we tie the content type to the http api explicitly.
From reports on discord, https://agones.dev/site/ does require the content-type header set, and we are not setting it.
We probably need to incorporate this into a new layer or our base layer.We might need to make this configurable in the future to handle protobufsBut we can work around this with
tower-http
middleware:Via discord
The text was updated successfully, but these errors were encountered: