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
When I am creating a 'Redirect Request' or 'Replace String' HTTP Rule in the Desktop App it should forward/redirect to the changed endpoint URL. All original header keys and values should be passed.
Current Behavior
All original header keys and values are being passed, except the 'Authorization' header. The 'Authorization' header vanished.
Steps to Reproduce
Open the Requestly Desktop-app.
Create Redirect Rule (or a Replace String rule) to forward the request to another endpoint (staging api for example)
Use any http request with an 'Authorization' header.
I tested this by sending requests to an PHP file with the following code to see all headers: $headers = getallheaders(); var_dump($headers);
'Replay request' with the Authorization header:
You can see the Authorization header vanished
'Replay request' with the Authorization header + Authorization2 header:
You can see the Authorization header vanished, but the Authorization2 header did not.
Prerequisites
Expected Behavior
When I am creating a 'Redirect Request' or 'Replace String' HTTP Rule in the Desktop App it should forward/redirect to the changed endpoint URL. All original header keys and values should be passed.
Current Behavior
All original header keys and values are being passed, except the 'Authorization' header. The 'Authorization' header vanished.
Steps to Reproduce
Possible Solution (Not obligatory)
This was also an issue on the Chrome plugin:
requestly/requestly#1208
I noticed that this (requestly/requestly#1208 (comment)) workaround fixed my issue as well for the Desktop Application !
Context
I tested this by sending requests to an PHP file with the following code to see all headers:
$headers = getallheaders(); var_dump($headers);
You can see the Authorization header vanished
You can see the Authorization header vanished, but the Authorization2 header did not.
Your Environment
The text was updated successfully, but these errors were encountered: