Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.

how to get the response header?

Post Reply
darkducke
Posts: 21
Joined: Thu Feb 15, 2018 4:29 pm

how to get the response header?

Post by darkducke »

how to get the response header?

I need to get a parameter that comes in a url

Code: Select all

Response Headers
Content-Type:text/html; charset=ISO-8859-1
Date:Tue, 20 Feb 2018 21:38:20 GMT
Location:https://www.xxx.com/main/app/home.app.html#?auth=1519162700242
Transfer-Encoding:chunked
i need 1519162700242
User avatar
salvadordf
Posts: 4081
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: how to get the response header?

Post by salvadordf »

The MiniBrowser demo shows some of the request and response headers using a context menu option.

Read these forum threads too :
https://www.briskbard.com/forum/viewtop ... =288#p1165
https://www.briskbard.com/forum/viewtopic.php?f=8&t=125
darkducke
Posts: 21
Joined: Thu Feb 15, 2018 4:29 pm

Re: how to get the response header?

Post by darkducke »

salvadordf wrote: Tue Feb 20, 2018 10:31 pm The MiniBrowser demo shows some of the request and response headers using a context menu option.

Read these forum threads too :
https://www.briskbard.com/forum/viewtop ... =288#p1165
https://www.briskbard.com/forum/viewtopic.php?f=8&t=125
Thanks, Thanks, Thanks! :P :P :mrgreen:
Post Reply