2011/1/29

jsonp proxy using python and google app engine

API用法:
http://proxyetrex.appspot.com/?callback=函數名稱&url=網址

範例:
假設我們想要連線到http://www.useragentstring.com/?getJSON=all取得json

作一個 alert 的 jsonp
http://proxyetrex.appspot.com/?callback=alert&url=http://www.useragentstring.com/?getJSON=all


python 實作的程式碼

沒有留言: