I think your question need more explanation, to understand better please let us know how you achieved cross domain Get.
Cross domain POST in restricted by browser. you might have to do some Hack here, YQL is not going to help you in cross domain post, you need a some kind of hook from server.
I have explained one such cross domain post API design example here
Cross domain Get is mostly achieved by JSONP. i.e to successfully get cross domain data you should be some way able to have a callback in the response JSON.
I recommend you to read my article thoroughly.
Some More Thing
- JSON Hijacking http://haacked.com/archive/2009/06/24/json-hijacking.aspx