1.

How to handle Network security threats in Web services?

Answer»

There are two possible solutions −

  • Filter out all HTTP POST requests that set their content type to text/xml.

  • Another alternative is to filter the SOAPAction HTTP header attribute.



Discussion

No Comment Found