1

After getting stuck trying to access another domain with ajax I discovered I'll need to use jsonp. However the web service I'm using doesn't provide jsonp output. No problem, I can write something simple on my own webserver that will wrap the output of their thing with jsonp. However before I reinvent the wheel, is there some exisiting programme that will do this for me?

Community
  • 1
  • 1
Amandasaurus
  • 58,203
  • 71
  • 188
  • 248

1 Answers1

2

Try YQL: http://developer.yahoo.com/yql/

Also, see this: "How to use YQL to retrieve web results"

Community
  • 1
  • 1
James
  • 109,676
  • 31
  • 162
  • 175