Service Bus / Request Forwarding
- by codputer
I'm doing some development with a thrid party that issues either a Get or POST to a public URL that I specify.
What I would like to do is set up a Relay service on the Azure Service Bus that my dev machine can listen to. When the request comes in, I want to forward that request as if my web service was taking the request directly from the thrid…