Quantcast
Channel: New board topics in SmartBear Community
Viewing all articles
Browse latest Browse all 20990

I'm trying to access HTTP header information when website POST or GET.Request send in JSON format.

$
0
0

Hi All,

I'm trying to access HTTP header information when website do a POST or GET.Request send in JSON format. on POST request I can see all required information under Network-->Headers-->Request Payload (using chrome dev tool) but I canno't figure it out how to read these information using Testcomplete (use TC 11.1).

I tried with following way but was not success.
var page = Sys.Browser("Chrome").Page(baseurl & format=json");
var http1 = page.contentDocument

 

Information what I need to read highlighted in attached screen.


Please let me know if you have any solution. Thanks in advance.

 

Thanks

-Sam


Viewing all articles
Browse latest Browse all 20990

Trending Articles