I have a quick and hopefully simple technical question. When I include the script in my project using this code (taken from the documentation
provided):
I get the following error in the console:
Similarly, trying to use cURL to download the resource from the command line results in failure (host cannot be resolved.) I'm currently traveling in India--could it be that my IP is blocked somehow?
Obviously, being unable to download the client javascript leaves me completely unable to use the service.
Kudos to the developers who worked on this, by the way. Judging from the sandbox, it's a very versatile, powerful, and simple solution.
provided):
Code:
<script src="//static.shiprush.com/ship.app/api/webshipping.integration.client.js"></script>
Quote:
Obviously, being unable to download the client javascript leaves me completely unable to use the service.
Kudos to the developers who worked on this, by the way. Judging from the sandbox, it's a very versatile, powerful, and simple solution.