Skip to content

Instantly share code, notes, and snippets.

View Morgma's full-sized avatar

Matthew Morgan Morgma

  • Advanced Technology Services, Inc.
View GitHub Profile
public class ProxyController : ApiController
{
[HttpGet, HttpPost]
[Route("proxy/call")]
public async Task<HttpResponseMessage> ProxyCall(string uri)
{
var queryString = "";
var requestQuery = Request.GetQueryNameValuePairs();