0

I trying to get a response payload, that's returns from developer tools->network->response. Could you please share how to do it?

JSON

{"COLUMNS":["AGE"],"DATA":[[24]]}

Response Payload

Image of response payload

SOS
  • 6,430
  • 2
  • 11
  • 29
Ravan_jack
  • 33
  • 4
  • 1
    Please provide some code for context. How/where are you trying to use the response? – SOS Oct 07 '19 at 15:30

1 Answers1

0

As you didn't say, I shall assume your question is about a page generated by ColdFusion. To get the response in Developer Tools, follow these steps:

  1. Open the page in the browser.
  2. Press F12 on the keyboard to open Developer Tools.
  3. Press F5 on the keyboard, refreshing the page and ensuring that the request details appear in Developer Tools.
  4. In Developer Tools, click on the name of the ColdFusion file, then on the Response tab.
BKBK
  • 484
  • 2
  • 9