httptoolkit / httptoolkit-ui

The UI of HTTP Toolkit
https://httptoolkit.com
GNU Affero General Public License v3.0
292 stars 108 forks source link

Fix username/password in http proxy #29

Closed shirshak55 closed 3 years ago

shirshak55 commented 3 years ago

I have checked and it is working for my use case.

I have updated the format message to be a bit clear.

Regarding . regex as password can contain any character so I am using here.

Thanks.

pimterry commented 3 years ago

Thanks, this looks great! I've made two small changes:

Does that make sense? We could probably improve the UX for special characters in passwords if it comes up, but I don't think it'll matter very often, and we can wait for somebody to complain before we try to do that.

Thanks for this anyway, I'll merge and deploy it now :tada: