all groups > dotnet web services enhancements > june 2006 >
You're in the

dotnet web services enhancements

group:

Policy not working when on browser


Re: Policy not working when on browser Pablo Cibraro
6/29/2006 10:02:49 AM
dotnet web services enhancements:
Hi Paulo,

You have to add the following configuration to your web.config file,

<webServices>
<protocols>
<add name="HttpGet" />
<add name="HttpPost" />
</protocols>
</webServices>

For more information, Julia Lerman wrote an article about this topic in her
blog,

http://www.thedatafarm.com/blog/PermaLink,guid,a564b67f-6162-460a-a8ee-44b9167938e0.aspx

Regards,
Pablo Cibraro
http://weblogs.asp.net/cibrax


[quoted text, click to view]

Policy not working when on browser paulo
6/29/2006 1:08:27 PM
Hello,

I'm using WSE3 in an application and I've setup some policies to enforce
security and compression while transferring data.
Everything works great between client and server applications. However
if I go to Internet Explorer, type the service address and invoke any
method, I receive data without any trouble. Why is this happening? How
can I enforce security policies for browser use, so no one can access
data from the browser?
Thanks in advance for any help given.

Regards,
Re: Policy not working when on browser paulo
6/30/2006 12:20:15 AM
Hello Pablo,

That's it! It's working well now.
Thanks for your help.

Regards,
paulo

[quoted text, click to view]
AddThis Social Bookmark Button