I have a WCF REST service which needs to invoke a URL (could be a webpage, REST service, etc.) and pass some values to it (something like http://xyz.com/callback?a=1&b=2). It does not need to worry about the response (just invoke and forget). What is the right way to do this?
Share
Look at HttpWebRequest