Open veselov opened 5 years ago
This is a weird bug in Chromium. Sometimes Chrome fails to send Cookies to dev URLs. It used to work in older versions (last confirmed v50.0.2661.75). I have already reported this issue on Chromium issue tracker.
https://bugs.chromium.org/p/chromium/issues/detail?id=56211 https://stackoverflow.com/a/30902010
I don't seem to see any cookies being sent with the requests made from Boomerang anymore. Setting up cookie header manually in the list of headers doesn't do anything (that's expected, though, I guess). But this used to work - I could authenticate to some service, and then use Boomerang for making test requests, having the browser carry the cookies that are due to whatever destination. However, this seem to just stop working. I'm using chrome 71.0.3578.80 (Official Build) (64-bit), on Fedora 28 Linux, Boomerang 3.4.6. (all latest).
Service request (made from another browser window):
Boomerang request to:
https://myhost.com:8004/snapv4-faw/omaui/custom/fontana/installation_report
No cookies added to the request.