Hello All, Recently I found RedirectToUrlException is not working in FF (works in Chrome) Redirect URL is being displayed for microsecond, then page is just being refreshed
What I found during debugging: In case code is SC_MOVED_TEMPORARILY Location header is not set. FF site [1] clearly states Location should be set Tested on master branch. Should I prepare PR or this is done on purpose? [1] https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/302 -- WBR Maxim aka solomax