skip to Main Content

Can we make a GET between HTTPS and HTTP site? – Shopify

I have a site that I hosted in Shopify in HTTPS, then I made a GET via Angular to a HTTP site. Angular <script type="text/javascript" src="https://code.jquery.com/jquery-1.12.4.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular.min.js"></script> <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> <link href="https://fonts.googleapis.com/css?family=Roboto:400,900" rel="stylesheet"> <style type="text/css"> div {…

VIEW QUESTION

Securing JS client-side SDKs – Shopify

I'm working on a React-Redux web-app which integrates with AWS Cognito for user authentication/data storage and with the Shopify API so users can buy items through our site. With both SDKs (Cognito, Shopify), I've run into an issue: Their core…

VIEW QUESTION
Back To Top
Search