fix: use correct headers (#39)
This commit is contained in:
parent
8ec24d1733
commit
0264c77d98
1 changed files with 3 additions and 3 deletions
6
views/index.html
vendored
6
views/index.html
vendored
|
@ -11,14 +11,14 @@
|
|||
|
||||
<body>
|
||||
<div class="container">
|
||||
<h2>Request Header Parser Microservice</h2>
|
||||
<h1>Request Header Parser Microservice</h1>
|
||||
|
||||
<h3>Example Usage:</h3>
|
||||
<h2>Example Usage:</h2>
|
||||
<p>
|
||||
<a href="api/whoami">[base url]/api/whoami</a>
|
||||
</p>
|
||||
|
||||
<h3>Example Output:</h3>
|
||||
<h2>Example Output:</h2>
|
||||
<p>
|
||||
<code>{"ipaddress":"::ffff:159.20.14.100","language":"en-US,en;q=0.5",<br>"software":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0"}</code>
|
||||
</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue