¡@

Home 

2014/10/16 ¤W¤È 12:08:11

jquery Programming Glossary: servicestack

Sending Data to ServiceStack RESTful service, getting 'Access is denied'

http://stackoverflow.com/questions/18923930/sending-data-to-servicestack-restful-service-getting-access-is-denied

Data to ServiceStack RESTful service getting 'Access is denied' I built a RESTful.. getting 'Access is denied' I built a RESTful service with ServiceStack which sends data to a database. I've tested it locally and it.. I get an 'Access is denied' error. I have setup CORS in my ServiceStack config using the plugin as explained here . I also set the crossDomain..

Sending Data to ServiceStack RESTful service, getting 'Access is denied'

http://stackoverflow.com/questions/18923930/sending-data-to-servicestack-restful-service-getting-access-is-denied

Data to ServiceStack RESTful service getting 'Access is denied' I built a RESTful service with ServiceStack which sends data to a database... Data to ServiceStack RESTful service getting 'Access is denied' I built a RESTful service with ServiceStack which sends data to a database. I've tested it locally and it works great. When I deploy it to a server and run the same.. a server and run the same code which is a jQuery .ajax call I get an 'Access is denied' error. I have setup CORS in my ServiceStack config using the plugin as explained here . I also set the crossDomain to true in my ajax call. I can't think of what else..