0

Are there any good plugins or ways to do this in Chrome or even Firefox? I tried using Live HTTP Headers on Firefox and it didn't work (Tried portable and normal). I tried about 10 different ones on Chrome, and the ones that allowed me to send requests didn't let me view sent requests, and the ones that let me view them didn't let me send them...

MrLolEthan
  • 76
  • 3
  • 9

2 Answers2

1

In the past i worked with this plugins, and i really recommend you try Fiddler. Its great and it is non browser dependant. You can create, manipulate and inspect the http/s request/response and have a lot of addons. Highly recommended. Hope it helps.

emcas88
  • 881
  • 6
  • 15
0

If you are trying to create and view your own HTTP requests, I recommend this tool:

REST Console

If you are trying to monitor other requests, a detailed answer is located here.

Community
  • 1
  • 1
Vlad Schnakovszki
  • 8,434
  • 6
  • 80
  • 114