1

Is it possible to consume a WCF service via a Windows Azure Service Bus Relay in a JavaScript client?

Eric Grover
  • 421
  • 3
  • 9

1 Answers1

0

You can setup a WebHttpRelay service that can be accessed via GET calls in JavaScript if you are using Node.

EDIT: This gives a good overview on how to setup a WCF service to support CORS. You need to enable it on your service to allow calls from a different host.

TheDude
  • 3,796
  • 2
  • 28
  • 51