Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Authorization header missing in "Try out" page in the Publisher Portal #3005

Closed
DamithHarshanaS opened this issue Jul 12, 2024 · 0 comments
Closed

Comments

@DamithHarshanaS
Copy link

Description

In the APIM 4.3.0 it was identified as an issue while invoking a REST API proxy that in some cases the API Manager loses the header from the request which leads to the request failing on missing auth.

Steps to Reproduce

  • Create a sample API and deploy.
  • Navigate to "Try Out" in the publisher portal.
  • Leave the "Try Out" page for a few seconds, then execute any resource. On the first try, noticed the authorization header value is missing:
curl -X 'GET'
'https://localhost:8243/pizzashack/1.0.0/menu'
-H 'accept: application/json'

After refreshing the page, could able to see the header value successfully fetched as expected, and the resource invocation was successful.

Affected Component

APIM

Version

4.3.0

Environment Details (with versions)

No response

Relevant Log Output

No response

Related Issues

No response

Suggested Labels

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants