How to use Proxyman on MacOs to debug HTTP Follow
On Mac Proxyman.io can be used to debug HTTP requests.
Install Proxyman
Download from website https://proxyman.io/ or use Homebrew
brew install --cask proxyman
Start Proxyman
Play
Click the Play button and in your browser request your website.
Select Website in Proxyman
By clicking on Raw in the Request Pane on the middle left you can see the Raw text.
GET / HTTP/1.1
Host: www.mysection.io
Connection: keep-alive
Cache-Control: max-age=0
sec-ch-ua: "Google Chrome";v="95", "Chromium";v="95", ";Not A Brand";v="99"
sec-ch-ua-mobile: ?0
sec-ch-ua-platform: "macOS"
Upgrade-Insecure-Requests: 1
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9
Sec-Fetch-Site: none
Sec-Fetch-Mode: navigate
Sec-Fetch-User: ?1
Sec-Fetch-Dest: document
Accept-Encoding: gzip, deflate, br
Accept-Language: en-US,en;q=0.9
Cookie: fornax_anonymousId=89e6930b-2c2f-4ae0-a5e7-bca31c5a9a02; SHOP_SESSION_TOKEN=dksqtc4bvodar44chmqfu7qg6o; SSID=CABpHB0AAAAAAAAnCkphBQxAVScKSmEXAAAAAAAAAAAACh-UYQDBLg; SSSC=2.G7010426934005861381.23|0.0; SSRT=Ch-UYQADAA; XSRF-TOKEN=c86de0d478b1396336530278311b7ac555c60a9a7d281994c2a660eab46f322f; STORE_VISITOR=1; Shopper-Pref=8BD207C85834C50BC10A1257C6C273F8F2B4CE7B-1637702064033-x{%22cur%22:%22USD%22}
Response
And on the right pane, you can see the Raw Response
HTTP/1.1 200 OK
Date: Tue, 16 Nov 2021 21:32:11 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
rtss: 100-2-1387-ha
vary: Accept-Encoding
cache-control: no-store, no-cache, must-revalidate
pragma: no-cache
expires: Thu, 19 Nov 1981 08:52:00 GMT
x-request-id: 8b6057bf590c3ca0f323cdaf07b9cff6
strict-transport-security: max-age=300
Content-Encoding: gzip
X-Varnish: 2166465 1600832
Via: 1.1 varnish (Varnish/6.3)
Accept-Ranges: bytes
X-Varnish: 344647
Age: 0
Via: 1.1 varnish (Varnish/6.3)
section-io-cache: Miss
section-io-id: 0b6d529bdef86ef89feef4ea02403cbe
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<title>www.mysection-demo.io - section-demo2</title>
<link rel="dns-prefetch preconnect" href="https://cdn11.bigcommerce.com/s-h84rrc61os" crossorigin><link rel="dns-prefetch preconnect" href="https://fonts.googleapis.com" crossorigin><link rel="dns-prefetch preconnect" href="https://fonts.gstatic.com" crossorigin>
.....
Or a Response Header in a table form.
Date: Tue, 16 Nov 2021 21:32:11 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
rtss: 100-2-1387-ha
vary: Accept-Encoding
cache-control: no-store, no-cache, must-revalidate
pragma: no-cache
expires: Thu, 19 Nov 1981 08:52:00 GMT
x-request-id: 8b6057bf590c3ca0f323cdaf07b9cff6
strict-transport-security: max-age=300
Content-Encoding: gzip
X-Varnish: 2166465 1600832
Via: 1.1 varnish (Varnish/6.3)
Accept-Ranges: bytes
X-Varnish: 344647
Age: 0
Via: 1.1 varnish (Varnish/6.3)
section-io-cache: Miss
section-io-id: 0b6d529bdef86ef89feef4ea02403cbe
Send a custom Request
Click on the Edit Request icon and write a request and add a URL, then click Send.
Comments
0 comments
Please sign in to leave a comment.