-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Changing inferred url #3468
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
Comments
Thats weird if its inferring http when you've deployed it over https. Could you describe how this is setup? Possible duplicate of #3104 |
up |
You're not using the x-forward headers in the API gateway, which is why you're seeing this issue. |
Could you please tell me which x-forward should I use ? |
The X-Forward-Proto would be my guess |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed because it has not had recent activity. Please re-open a new issue if this is still an issue. |
Uh oh!
There was an error while loading. Please reload this page.
[X ] What version of the library are you using? Is it the latest version? The latest released version is
Latest - 3.0.0
What kind of issue is this?
[ X] Question. Is this a question about how to do a certain thing?
So I am trying to change the inferred url to use https as my service is served over https protocal. However currently it is using http and thus giving a
error whenever trying out a api call from swagger ui.
Can someone help with how to get around it and make the APIs being called via https instead of http?
The text was updated successfully, but these errors were encountered: