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 am having problem that generated spring-boot-app and also her on hub https://app.swaggerhub.com/apis/ZBP/polish-api/2_1#/AIS/deleteConsent
when i am trying to execute anything i always get
Missing request header 'Accept-Charset' for method parameter of type String]
But generated curl works nice.
Describe the bug you're encountering
Ther is no 'Accept-Charset' when trying to execute from UI
Hi @marwin1991! This is, unfortunately, out of our control.
There's a handful of forbidden header names that browsers are not allowed to touch in requests - some for security reasons, others because they're traditionally handled by the user agent (in this case, the browser).
Content & configuration
I am having problem that generated spring-boot-app and also her on hub
https://app.swaggerhub.com/apis/ZBP/polish-api/2_1#/AIS/deleteConsent
when i am trying to execute anything i always get
Missing request header 'Accept-Charset' for method parameter of type String]
But generated curl works nice.
Describe the bug you're encountering
Ther is no 'Accept-Charset' when trying to execute from UI
To reproduce...
Steps to reproduce the behavior:
Expected behavior
Should be Accept-Charset
Screenshots
The text was updated successfully, but these errors were encountered: