ashwinkm / Boomerang-app-support

Boomerang is an unique app which allows you to work with both SOAP & REST based web services.
10 stars 0 forks source link

Cookies are not sent #61

Open veselov opened 5 years ago

veselov commented 5 years ago

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):

Request URL: https://myhost.com:8004/snapv4-faw/omaui/sapi/v1/loginInfo
Set-Cookie: xxx.v2="1544226724665,MG9hZzlsd21qZVZIOHRqSU0waDcsMTAyT3hJbVdTVC1SNGFxSnhhV2dmaElDUQ"; Version=1; Domain=myhost.com; Max-Age=86400; Expires=Sat, 08-Dec-2018 23:52:04 GMT; Path=/snapv4-faw

Boomerang request to: https://myhost.com:8004/snapv4-faw/omaui/custom/fontana/installation_report No cookies added to the request.

ashwinkm commented 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