简体   繁体   中英

Python Server: Chrome Extension SSL certificate

Hey I am building a simple API server to handle some functionality for a chrome extension. But I need to the users of my extension/add-on to be logged in and for this I want to make the python api server HTTPS requests only. How would I go about verifying the certificate for my server from the chrome extension? Sorry for this broad ish question, I am very new to web based programming.

You shouldn't have to do anything special. Any HTTPS requests made by the Chrome extension will go through the same certificate verification as would any other request made in the browser.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM