CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   DOM and JSON scripting (http://www.codingforums.com/forumdisplay.php?f=15)
-   -   Route API calls (http://www.codingforums.com/showthread.php?t=287572)

bm1125 02-13-2013 02:03 PM

Route API calls
 
I have problems with API/XML .

I have a website, set everything up with indeed.com API, when I route calls via my software proxy it works fine, but when I use my own host, it doesn't work. I've been told that it is because of cross domain request and there's few ways around it. I seriously don't really understand anything about it, I'm looking for a coder to help me out with it.

Whoever interested, just PM me your price.


Thanks.

rnd me 02-13-2013 11:08 PM

if the xml api doesn't support cors , you have to use jsonp.
im guessing that since they are still on xml, that they aren't modern enough to support json or cors...

you can reroute the xml into JSON using YQL/PIPES for free, or setup your own server proxy on a paid server plan that support asp/php.

search 'cross domain ajax proxy' to find some server code for such a task.

bm1125 02-14-2013 06:05 PM

Yea I just been told I could use a proxy for that (cuz server doesn't support cors / jsonp ).

Do you know where do I buy that paid plan? were looking on godaddy but couldn't find anything.

Thanks.

rnd me 02-15-2013 03:39 PM

Quote:

Originally Posted by bm1125 (Post 1313385)
Yea I just been told I could use a proxy for that (cuz server doesn't support cors / jsonp ).

Do you know where do I buy that paid plan? were looking on godaddy but couldn't find anything.

Thanks.

i think all of godaddys plans includes asp (win) or php (linux). i know the $4-$5/month hosting plans support both, as do the more expensive ones.

dreamhost is the same way.

you might be able to use yahoo pipes or yahoo's YQL for free, might be worth a shot trying to load the remote data in YQL's console to see if it's an option.


All times are GMT +1. The time now is 07:29 PM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.