Hi, I really like your VPN service. I am looking to be able to see the actual HTTP request and response. I know this can be done in the main activity, where the request is made, but I want to do it through the VPN service.
As an example, say this was the URL: https://jsonplaceholder.typicode.com/todos/1
I'd like to get from the VPN service that URL as well as its response:
Hi, I really like your VPN service. I am looking to be able to see the actual HTTP request and response. I know this can be done in the main activity, where the request is made, but I want to do it through the VPN service.
As an example, say this was the URL:
https://jsonplaceholder.typicode.com/todos/1
I'd like to get from the VPN service that URL as well as its response:
as well as the request and response headers.
Do you know how I might achieve this?