Welcome Guest Search | Active Topics | Sign In | Register

Getting Protocol Version Options
Red Olive
Posted: Tuesday, February 18, 2020 7:18:33 AM
Rank: Member
Groups: Member

Joined: 2/18/2020
Posts: 10
Hello

It seems there is no Response data which contains the protocol version.

Quote:
HTTP/1.1 200 OK


Firefox browser will show this line of response but it seems the chrome not. Is there any place to looking for it?
eo_support
Posted: Tuesday, February 18, 2020 9:22:07 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,071
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!
Red Olive
Posted: Saturday, February 22, 2020 2:10:17 AM
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?
eo_support
Posted: Monday, February 24, 2020 9:25:31 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,071
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.


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.