Send CROSS DOMAIN base64 string using AJAX – Shopify
I am getting error while sending base64 in ajax request using GET method. I can only use get method as shopify does not allow cross domain with any other method. GET https://example.com/abc/uploadfile.php?callback=undefined&image=%5B%22data%3Aim net::ERR_ABORTED 414 (Request-URI Too Long) Here's the code:…