Since JavaScript normally can not query cross domain, I was hoping to add some support for this in the API. Is the API Open Source? If not I have two suggestions to fix it:
1) Add a parameter so you can tell if you want response in xml or json.
2) Add a header to each request: Access-Control-Allow-Origin: *
If the API is Open Source, could someone provide the link? I tried searching for it, but no luck.
Thanks in advance :)
1) Add a parameter so you can tell if you want response in xml or json.
2) Add a header to each request: Access-Control-Allow-Origin: *
If the API is Open Source, could someone provide the link? I tried searching for it, but no luck.
Thanks in advance :)
---
Ryztools