From 0264c77d980efc23c99b03413f982b8f6cfc1273 Mon Sep 17 00:00:00 2001 From: arjunpras <96985754+arjunpras@users.noreply.github.com> Date: Sat, 2 Dec 2023 11:17:57 +0530 Subject: [PATCH] fix: use correct headers (#39) --- views/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/views/index.html b/views/index.html index 008a324..e27e099 100644 --- a/views/index.html +++ b/views/index.html @@ -11,14 +11,14 @@
-

Request Header Parser Microservice

+

Request Header Parser Microservice

-

Example Usage:

+

Example Usage:

[base url]/api/whoami

-

Example Output:

+

Example Output:

{"ipaddress":"::ffff:159.20.14.100","language":"en-US,en;q=0.5",
"software":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0"}