Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Is there any way to see the actual HTTP requests being made by JBlitz ?

actual http JBlitz requests
0
Posted

Is there any way to see the actual HTTP requests being made by JBlitz ?

0

There are several ways to do this. Firstly, under the ‘Logs’ tab on the main screen, you can enable logging of each request message under the ‘Message Logging’ sub-tab. This will record each HTTP request issued to a log file of your choice. Secondly, you can use the inbuilt debugger to inspect every request message as it is issued, and even to make changes on the fly. Click on the ‘Debug’ button in the right hand gutter of the main screen. Hit the ‘Step Debug’ toolbar button to step into the first web page download for the selected test case. You will be able to see each stage of the download process as it occurs and make changes along the way. More information is given in the debugger section of the help file Lastly, you can use the command line option ‘-debug http’. This will print the actual HTTP requests being made by JBlitz to the standard output device.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123