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/59906dd1ed38fd5f6f8a9a7d4c1f33e5 to your computer and use it in GitHub Desktop.
Save thuru-zz/59906dd1ed38fd5f6f8a9a7d4c1f33e5 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