fix: use correct headers (#39)

This commit is contained in:
arjunpras 2023-12-02 11:17:57 +05:30 committed by GitHub
parent 8ec24d1733
commit 0264c77d98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

6
views/index.html vendored
View file

@ -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>