I am developing a Google Chrome extension and need to send an AJAX request to a HTTPS *REST API*. When I tested this request on an HTTP page but attempted to make the request to a HTTPS page, it did not work due to cross-domain posting restrictions. I searched to see if Chrome extensions face the same challenge. Does anyone know if it is possible to send a request to an HTTPS page from a Chrome extension?
Thank you in advance :)