Replies: 1 comment 1 reply
-
OnResourceResponse should be called for every resource load, JavaScript, css, html, etc. You should be able to tell the requests apart by looking at
I'm not sure what you mean by this. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I override OnResourceResponse to get page responce status code. Faced 2 issues:
1. It works, however it fires many times, and I cannot figure out which is related to the main page load event (if such concept even exists). I supposed that could be identified by __ parameters, but I see they are all the same. Any suggestions here?
2. When I use proxy, which (when loading through httpwebrequest library) return 408 code , I cannot get OnResourceResponse fired , thats why I cannot figure out what exactly error code I`ve got.
Beta Was this translation helpful? Give feedback.
All reactions