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
App (Chrome app or Mac app): Chromium 53.0.2785.143
OS details: Ubuntu 16.04 (64bit)
Is the Interceptor on and enabled in the app: tried both
Did you encounter this recently, or has this bug always been there: unknown
Expected behaviour: Origin header is not present in request when is not set
Send POST request to any domain. Origin header with chrome-extension://... is present in the request. I am aware of that this is behaviour caused by Chrome itself, but I expect that at least Interceptor can remove that header if is not specified.
The text was updated successfully, but these errors were encountered:
@polomsky The interceptor sends your request through Chrome, so that's where the extra header is coming from.
Can you try on of our native apps and check if you can reproduce this there?
@polomskyPostman-Token is a custom header which you can use to track requests, it shouldn't break anything.
When using the interceptor, requests are actually made though Chrome (which is the primary use case for the Interceptor, so you can use cookies from the browser etc.).
The native apps, however, make requests using a NodeJS environment, so they don't have this problem :)
Closing this, as there is little we can do about this. Let me know if I misunderstood.
Send POST request to any domain. Origin header with
chrome-extension://...
is present in the request. I am aware of that this is behaviour caused by Chrome itself, but I expect that at least Interceptor can remove that header if is not specified.The text was updated successfully, but these errors were encountered: