I do not understand much of PHP and I'm trying to create an application to automatically register products from my virtual store directly on eBay.
The ad data is captured with JavaScript
and sent to the ML API via $.ajax
, what happens is that images that are passed only the URL to the API are not uploading to the site, check URLs and are correct.
I tried to set the URL of the site logo (which is smaller) and it still does not go (I do not get any API return if the image was or not, it just does not appear in the ad). If I get the URL of an image from another site (I picked one from Wikipedia), it goes up correctly.
The virtual store is in PHP (Opencart) on Apache server, can this blocking be occurring on the server side by PHP or Apache?