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
Describe the bug
We added the content type in the response of the \query endpoint (#9282) but did not apply the change to the other endpoints. We need to apply it to all endpoints so that users can do the following:
If one wants to disable HSTS headers, they would try
Describe the bug
We added the
content type
in the response of the\query
endpoint (#9282) but did not apply the change to the other endpoints. We need to apply it to all endpoints so that users can do the following:If one wants to disable HSTS headers, they would try
The expectation is that we would see
strict-transport-security: max-age=63072000
in the response HTTP headers, as an example for broker:I do not see it for ksqlDB:
The text was updated successfully, but these errors were encountered: