|
Rank: Member Groups: Member
Joined: 2/18/2020 Posts: 10
|
Hello It seems there is no Response data which contains the protocol version. Firefox browser will show this line of response but it seems the chrome not. Is there any place to looking for it?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,218
|
Hi,
There is no way for you to get the protocol version (you can get the 200 result code) unless you replace the loader yourself with a custom resource handler. We will provide more details on custom resource handler in our reply to your other question.
Thanks!
|
|
Rank: Member Groups: Member
Joined: 2/18/2020 Posts: 10
|
I did not find any way to get the protocol version via custom handler in response.
Could you provide me a sample, please?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,218
|
With custom resource handler, you are loading the resource yourself, not using EO.WebBrowser at all. So this is a generic programming question: How to load a HTTP resource from a remote web server and get the HTTP protocol version. We generally do not provide support on generic programming issues. You can search online for more information on how to do that part. Once you get that part working, you would then worry about how to integrate that with EO.WebBrowser. That's what our custom resource handler is about and we will support you on that area.
|
|