The Apache2 log prints -
localhost:80; 127.0.0.1; -; [12/Jun/2023:23:25:23 +0530] "GET /some-url.html HTTP/1.1" 200 83778 "-" "-" "-"
Issue 1 - if User Agent is not set then our server deny the request but we can by-pass that check for localhost. However, User Agent was expected.
Issue 2 - Cookies are not sent. It is show stopper for us.
Please check and let me know if these are real issues or we are not using the lib as expected.
I found some issues and want to check if there is any work around to fix them -
The Apache2 log prints - localhost:80; 127.0.0.1; -; [12/Jun/2023:23:25:23 +0530] "GET /some-url.html HTTP/1.1" 200 83778 "-" "-" "-" Issue 1 - if User Agent is not set then our server deny the request but we can by-pass that check for localhost. However, User Agent was expected. Issue 2 - Cookies are not sent. It is show stopper for us.
Please check and let me know if these are real issues or we are not using the lib as expected.