Calling a webservice through jquery cross domain
- by IanCian
hi there, i am new to jquery so please bare with me,
I am trying to connect to a .asmx webservice (cross domain) by means of client-side script now actually i am having problems to use POST since it is being blocked and in firebug is giving me:
OPTIONS Add(method name) 500 internal server error.
I bypassed this problem by using GET instead, it…