I have Implemented one web service that return xml string.
I want to validate that web service through the hash code, when request is coming from any URL then validate that URL is valid or not how this will done through the c# code?
The XML web service will require that a valid HASH code is submitted to the API along with validating the URL the request is made from.