diff --git a/library/server/ewsgi/src/wgi_request_from_table.e b/library/server/ewsgi/src/wgi_request_from_table.e index 17e13492..8f967bf4 100644 --- a/library/server/ewsgi/src/wgi_request_from_table.e +++ b/library/server/ewsgi/src/wgi_request_from_table.e @@ -722,6 +722,7 @@ feature -- URL Utility Result := script_url (a_path) if attached http_host as h then Result.prepend (h) + Result.prepend ("http://") else --| Issue ?? end