Calling webservice from javascript
- From: ThoughtsDebugged <ThoughtsDebugged@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 5 Jul 2009 19:36:00 -0700
Hi All,
I need to call our .net webservice from javascript to check for a value
periodically over a period of time. After doing some initial coding, we found
that, to call a webservice from javascript httpGet must be enabled in the web
service config file. But Microsoft says by default this httpGet protocol is
disabled for security reasons.
Now, is there a way to call a webservice (pass a parameter and get a value
returned) from javascript with out enabling httpGet?
As Microsoft says disable the httpget for production, what are the security
holes involved in this design?
Is the whole idea of calling webservice from javascript is a flaw?
.
- Prev by Date: calling a secure web-service from secure ASP.Net site
- Next by Date: RE: Error opening client service for hello indigo Application
- Previous by thread: calling a secure web-service from secure ASP.Net site
- Next by thread: What causes this ServiceModel.Security.MessageSecurityException?
- Index(es):
Relevant Pages
|