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
Despite the example given, the actual way can't handle such requests. A request from http://localhost:8000 will return a server url as http://localhost:8000:8000 resulting on a browser error since the Location header is incorrect.
The text was updated successfully, but these errors were encountered:
On non standard port, the server url is
Despite the example given, the actual way can't handle such requests. A request from http://localhost:8000 will return a server url as http://localhost:8000:8000 resulting on a browser error since the Location header is incorrect.
The text was updated successfully, but these errors were encountered: