Closed quanye closed 11 years ago
Hello, newbie here. I'm trying to figure out what is "c6db13944977ac5f7a8305bbfb06fd6a" in the URL below. What what would my URL be for making requests?
var url = 'http://woo.localhost/c6db13944977ac5f7a8305bbfb06fd6a/?callback=?';
That would be an MD5 Hash. It's the old way of doing it.
THe new api accepts requests to any url on the domain. So normally I just use something like: http://mydomain.com/shop
Hello, newbie here. I'm trying to figure out what is "c6db13944977ac5f7a8305bbfb06fd6a" in the URL below. What what would my URL be for making requests?
var url = 'http://woo.localhost/c6db13944977ac5f7a8305bbfb06fd6a/?callback=?';