Upon requesting GET /, the server sends a 200 response to kickoff an authentication flow. The body of the response is the following:
<html><head><link rel="shortcut icon" href="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" /><script>document.cookie="fragmentAfterLogin="+encodeURIComponent(location.hash)+";path=/";document.cookie="locationAfterLogin="+encodeURIComponent(location.href.split('#')[0].split(location.host)[1])+";path=/";document.cookie="signature=5a0ulnhxPjudu70%2BQCphKEQyZm8%3D;path=/";location="https://authserver.com/oauth/authorize?response_type=code&client_id=sb-na-bea877db-68ab-48d1-1056-c07fd6d0d1bf!t1367&redirect_uri=http%3A%2F%2Flocalhost%3A5005%2Flogin%2Fcallback"</script></head></html>
When I look at the Developer tools network trace in either Chrome or Edge, there is no response:
I had to use curl
to find out the exact contents of the response. I would expect to see the same response in the network trace.