michaldudak / page-load-timer

Simple script for testing page load times using PhantomJS
MIT License
0 stars 0 forks source link

Not working using username and password #1

Open taruntalreja08 opened 7 years ago

taruntalreja08 commented 7 years ago

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?

michaldudak commented 7 years ago

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.

taruntalreja08 commented 7 years ago

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

michaldudak commented 7 years ago

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