You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Everytime i restart the HUD the https upgrade has a bug on the first load. I have to refresh the tab to have it work. The sharedData.upgradedDomains doesn't include the target page. This means that scope, alerts, history, and any other tool taht depends on the correct protocol for the api won't work
I believe this is because the domain is only added when ZAP sends the event via websockets. But on the first load the event is sent before the HUD can receive it (?). Probably should wrap this into a more robust startup, which I should focus on in #160 . This may require a more thorough description of how startup works.
Everytime i restart the HUD the https upgrade has a bug on the first load. I have to refresh the tab to have it work. The
sharedData.upgradedDomains
doesn't include the target page. This means that scope, alerts, history, and any other tool taht depends on the correct protocol for the api won't workI believe this is because the domain is only added when ZAP sends the event via websockets. But on the first load the event is sent before the HUD can receive it (?). Probably should wrap this into a more robust startup, which I should focus on in #160 . This may require a more thorough description of how startup works.
@psiinon
The text was updated successfully, but these errors were encountered: