michaldudak/page-load-timer

Not working using username and password

Opened this issue · 3 comments

I have a power BI report and I want to view the Page Load Time for that but it requires authorization and as mentioned by you I passed the username and password in the console but it gave screenshot of the web page without the report sign in option was there or sign up . So page load time of that page was calculated and not the actual report . And this is https authentication while userName and password are used for HTTP authentication. What should I do in this case?

I haven't used PowerBI but I suspect it uses OpenID Connect to authenticate users. My page-load-timer does not support it. In fact, it was never intended to be the ultimate super-tool for all cases. I used it primarily to test pages accessible without any auth and it worked fine in this case.

So can you please help me implement it in you code? I want it to work for a Power BI report.

Sorry but I currently don't have enough time to investigate this. I don't even know how could it be implemented so it works in an automated way