How to view HTTP logs?

Question:
How do I view a log of all HTTP requests made to my site?

Product:
Any/all.

What are you trying to achieve:
I’m seeing a lot of bizarre traffic in analytics. I’d like to see the raw HTTP requests to know what’s going on.

What have you already tried:
I’ve tried searching Wix docs for logging and HTTP logging and have only come up with the event viewer, which doesn’t show HTTP, and Google Cloud Analytics, which doesn’t seem to show requests that don’t involve a Google API.

Additional information:
The strange traffic is an ongoing issue, so it’s fine if I need to make a code change and will only be able to view future requests.

Monitoring Dashboard provides information about backend requests and data requests made by your site, including the number of requests, their durations, and any failed requests. However, it does not provide raw HTTP request data.

It is possible to capture some of the information you’re looking for using the Router API. However, please note that the Router API is designed to work with page navigation within your site, and it doesn’t provide all the details that a typical HTTP request would.