-
-
Notifications
You must be signed in to change notification settings - Fork 103
Open
Description
The built-in server is okay, but when configuring to use WSGI (see issue #818), GET on '/' does NOT return "/Home":
Here the first request (response okay):
$ curl http:/10.0.2.5
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<title>Redirecting...</title>
<h1>Redirecting...</h1>
<p>You should be redirected automatically to target URL: <a href="http://10.0.2.5/">http://10.0.2.5/</a>. If not click the link.
Here's the second request (response NOT okay):
$ curl http:/10.0.2.5/
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<title>Redirecting...</title>
<h1>Redirecting...</h1>
<p>You should be redirected automatically to target URL: <a href="http://10.0.2.5/">http://10.0.2.5/</a>. If not click the link.
Everything (links, etc.) works after manually changing the URL to "/Home":
<!DOCTYPE html>
<html>
<SNIPPED/>
</html>
Metadata
Metadata
Assignees
Labels
No labels