Skip to content

Commit

Permalink
Merge pull request #266 from camptocamp/fix_dump_headers_link
Browse files Browse the repository at this point in the history
Fix the debug/headers link
  • Loading branch information
Patrick Valsecchi authored Jan 22, 2019
2 parents 334a6f8 + 2db3471 commit 5b87da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c2cwsgiutils/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def _debug(request: pyramid.request.Request, secret: str) -> str:
time: <input type="text" name="time" value="1">
{secret_input}
</form></li>
<li><a href="{dump_headers_url}?{secret_query_sting}" target="_blank">HTTP headers</a></li>
<li><a href="{dump_headers_url}{secret_query_sting}" target="_blank">HTTP headers</a></li>
<li><form action="{error_url}" target="_blank">
<input type="submit" value="Generate an HTTP error">
status: <input type="text" name="status" value="500">
Expand Down

0 comments on commit 5b87da0

Please sign in to comment.