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
{{ message }}
This repository has been archived by the owner on May 3, 2022. It is now read-only.
I am using this in one of our actions but I noticed that HTTP client is not able to redirect to the updated URL.
Below is the output of the curl command which has a location header that points to the relative URL.
When using this HTTP client it tries to hit /pub/openshift-v4/x86_64/clients/serverless/0.15.2/ which is an incomplete and invalid URL.
The problem that I see here is - it is not able to resolve relative URL.
As per my understanding HTTP client does this automatically. If not, please guide me accordingly.
The text was updated successfully, but these errors were encountered:
I am using this in one of our actions but I noticed that HTTP client is not able to redirect to the updated URL.
Below is the output of the curl command which has a
location
header that points to the relative URL.When using this HTTP client it tries to hit
/pub/openshift-v4/x86_64/clients/serverless/0.15.2/
which is an incomplete and invalid URL.The problem that I see here is - it is not able to resolve relative URL.
As per my understanding HTTP client does this automatically. If not, please guide me accordingly.
The text was updated successfully, but these errors were encountered: