function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Murthy AlluriMurthy Alluri 

how to retrieve HTTP response in the debug log

Hi,
I have question on HTTP response from debug log (Dev console) , I can see the response but to view the response in text pad or word pad I would like to copy it from the Log, how can I do it, can you please advise?

 
Best Answer chosen by Murthy Alluri
jkcjkc
Hi Murthy,

You could download the logs(File > Download Log) but the format is not ideal because the logs are not separated per line, I suggest that you open the logs as raw (File > Open Raw Log) then copy all to text pad. All logs will be retrieve not only the debug logs.

Regards,
jkc

All Answers

jkcjkc
Hi Murthy,

You could download the logs(File > Download Log) but the format is not ideal because the logs are not separated per line, I suggest that you open the logs as raw (File > Open Raw Log) then copy all to text pad. All logs will be retrieve not only the debug logs.

Regards,
jkc
This was selected as the best answer
Murthy AlluriMurthy Alluri
Thank you JK, it worked. appreciated your time on this.