wso2 / product-apim

Welcome to the WSO2 API Manager source code! For info on working with the WSO2 API Manager repository and contributing code, click the link below.
http://wso2.github.io/
Apache License 2.0
846 stars 785 forks source link

[3.1.0][DEVPORTAL] Header resource parameter (authorization) not send on Try Out #8574

Closed jkirch57 closed 4 years ago

jkirch57 commented 4 years ago

Description:

I've added on one of my API resource a parameter of type Header named Authorization. When trying to use it on the devportal this header is never sent when using the try out with a value on this header... It looks like this issue is only existing for this specific Header parameter "Authorization", if I do the same with another Header parameter name, it works.

Steps to reproduce:

If you add another Header parameter named for example "HeaderTest", and you try again, this one will be send and display on the curl sample...

issue_header

Affected Product Version:

API Manager 3.1.0

Regards, Jérôme.

jkirch57 commented 4 years ago

Hello,

Can someone tell me if a fix will be done on this ?

Regards, Jerome

jkirch57 commented 4 years ago

After a check on the 3.2.0 Beta, I saw that this issue is fixed