Click here to Skip to main content
15,886,519 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
HI to all,

I had tried to make a wcf service and call that wcf service using the ajax post but i got a error 405 method not allowed i am running both application in the different port and different domain. but i got a 405 method not allowed error.
Posted
Comments
Suvendu Shekhar Giri 24-Jun-15 6:00am    
Check this, if it helps -
Member 8832682 24-Jun-15 6:21am    
Suvendu
No one link and solution is there
Praveen Raghuvanshi 24-Jun-15 13:40pm    
Is it browser specific? try setting jQuery.support.cors = true;

1 solution

Please try this one
$.support.cors = true;

in your jquery files.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900