Skip to content

Instantly share code, notes, and snippets.

@thuru-zz
Created August 1, 2018 16:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thuru-zz/544b522752c7f77ca74bbf6b98aa3114 to your computer and use it in GitHub Desktop.
Save thuru-zz/544b522752c7f77ca74bbf6b98aa3114 to your computer and use it in GitHub Desktop.
sf reverse proxy call
string reverseProxyUrl = "http://localhost:19801/ApplicationName/InternalServiceName/RestOfTheUri";
var httpClient = new HttpClient();
var response = await httpClient.GetAsync(reverseProxyUrl);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment