| Q |
A |
| Bug or feature request? |
Bug |
| Which Swagger/OpenAPI version? |
Latest |
| Which Swagger-UI version? |
Latest |
| How did you install Swagger-UI? |
Swagger-Net |
| Which browser & version? |
Chrome |
| Which operating system? |
Win10 |
Context
This started as a research from SO question:
https://stackoverflow.com/questions/47509258/add-proxy-authorization-header-in-swagger
Here is an example reproducing the issue:
http://swashbuckletest.azurewebsites.net/swagger/ui/index?filter=ValueProvider#/ValueProvider/ValueProvider_Put
Expected Behavior
All the headers params should be send
Current Behavior
The calls are ignoring all the Headers Parameters with "Proxy-" prefix.
In my example the request does not show:
Proxy-Test, Proxy-CustomAuth or Proxy-Authorization
Context
This started as a research from SO question:
https://stackoverflow.com/questions/47509258/add-proxy-authorization-header-in-swagger
Here is an example reproducing the issue:
http://swashbuckletest.azurewebsites.net/swagger/ui/index?filter=ValueProvider#/ValueProvider/ValueProvider_Put
Expected Behavior
All the headers params should be send
Current Behavior
The calls are ignoring all the Headers Parameters with "Proxy-" prefix.
In my example the request does not show:
Proxy-Test, Proxy-CustomAuth or Proxy-Authorization