-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
Given that I have an API gateway set up like this: wsk api create /base /test GET test -n testapi --response-type http, then I can access it like this:
$ curl https://service.eu.apiconnect.ibmcloud.com/gws/apigateway/api/2fb...be1/base/test
Inspecting __ow_headers, I find this:
"x-forwarded-url": "https://service.eu.apiconnect.ibmcloud.com/gws/apigateway/api/2fb...be1/base/test",
"x-forwarded-port": "8080",
The URL is correct, but the port should be 443.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels