Page 1 of 1

how to get the response header?

Posted: Tue Feb 20, 2018 10:14 pm
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

Re: how to get the response header?

Posted: Tue Feb 20, 2018 10:31 pm
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

Re: how to get the response header?

Posted: Wed Feb 21, 2018 11:02 am
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: