chrome-php / chrome

Instrument headless chrome/chromium instances from PHP
MIT License
2.26k stars 275 forks source link

NTLM Authorization #535

Open urinaldeuce opened 1 year ago

urinaldeuce commented 1 year ago

Does chrome-php/chrome support NTLM authorization? How do I go about it?

I am able authorize when using $page->navigate(' username:password@example.com') the format but this isn't very secure.

enricodias commented 1 year ago

We don't have anything implemented related to this, but I don't think you need to change anything in chrome itself for this. As far as I know, the credentials for this are stored in the Credential Manager on windows.

stale[bot] commented 7 months ago

This issue has been automatically marked as stale because there has been no recent activity. It will be closed after 30 days if no further activity occurs. Thank you for your contributions.