User Controls

Easiest way of Viewing my own HTTPS requests

  1. #1
    SBTlauien African Astronaut
    I'm trying to use Burp Suite and ZAP to view my own HTTP/HTTPS requests but I keep getting an error message from the specific server saying that their service is unavailable. Without the proxy, the site runs fine. I've had this problem in the past but was able to circumvent it. But this time around it's a bit more difficult. There is one part of the site that I want to record my requests from and it always shows an error page that says their service is down.

    Are there any alternatives to using a proxy? I was thinking of maybe using Wireshark. I searched for browser extensions but didn't find any except for 'HTTP Header Live' but it didn't seem to work.
  2. #2
    aldra JIDF Controlled Opposition
    https://addons.mozilla.org/en-US/firefox/addon/tamper-data/

    wireshark won't work because it can't decrypt the https connection on the fly
  3. #3
    Lanny Bird of Courage
    Fiddler is a great tool if you're on windows. Like it's the singular place where Windows has better dev tooling than OSX, the UI is polished and it's specifically built around HTTP so I find it's a lot simpler to use than scratching my head at the wireshark enhancement docs. It can crack SSL by installing a cert which is pretty easy to set up too.
    The following users say it would be alright if the author of this post didn't die in a fire!
  4. #4
    Grimace motherfucker [my enumerable hindi guideword]
    I came here to say Fiddler, if on Windows.
  5. #5
    SBTlauien African Astronaut
    I use Linux.

    Originally posted by aldra https://addons.mozilla.org/en-US/firefox/addon/tamper-data/

    wireshark won't work because it can't decrypt the https connection on the fly

    This isn't compatible with my version of FireFox.
  6. #6
    SBTlauien African Astronaut
    I am able to view the request after I import Burp Suites cert into FireFox. It seems like there should be a browser extension for such a simple thing. I'll have to search more and see if I can find anything...
  7. #7
    aldra JIDF Controlled Opposition
    Originally posted by SBTlauien I use Linux.



    This isn't compatible with my version of FireFox.

    install a compatible version in parallel

    the same extension is available in chrom/e/ium
  8. #8
    Sophie Pedophile Tech Support
    If your extensions aren't working on FF Quantum, install FF-ESR, that should fix your compatibility issues.
  9. #9
    I got Fiddler installed now, it seems to work great - but I'm clueless - why might I want to see my own HTTP/HTTPS requests?
  10. #10
    SBTlauien African Astronaut
    Originally posted by MORALLY SUPERIOR BEING 2.0 - The GMO Reckoning I got Fiddler installed now, it seems to work great - but I'm clueless - why might I want to see my own HTTP/HTTPS requests?

    For fiddling with.
Jump to Top