You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:Inspecting
__ow_headers
, I find this:The URL is correct, but the port should be
443
.The text was updated successfully, but these errors were encountered: