1. Ueber Barbosa
  2. PowerBuilder
  3. Monday, 1 June 2020 14:47 PM UTC

I'm using WebBrowser Powerbuilder 2019 R2.

I need to somehow identify whether the request was successful.
Is there any way to capture http status code?
tried to use the NavigationError event but was not called

Kai Zhao @Appeon Accepted Answer Pending Moderation
  1. Tuesday, 2 June 2020 05:55 AM UTC
  2. PowerBuilder
  3. # 1

Hi Ueber,

Please use the parameter ‘headers’ of ResourceRedirect event and parameter ‘titletext’ of TitleTextChanged event to identify whether the request is successful.

When visiting a website, there could be multiple requests or resource redirect, so status code may not apply to this condition.

Regards,
ZhaoKai

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.