function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sachin TiwariSachin Tiwari 

how to Connect to Service Bus Relay provided by Azure using issuer name and secret key

Hi All,
I want to consume 1 service bus relay service built in Microsoft azure. i have successfully done the same using issuer name and password. but when i am trying to consume it using issuer name and secret key its giving me an error stating
"<Error><Code>401</Code><Detail>MissingToken: The request contains no authorization header..TrackingId:7ff377d3-8000-44e7-94e3-0b6088abc634_G9,TimeStamp:6/9/2014 5:18:26 AM</Detail></Error> "

sometime it gives error like unauthorized request when i use encode key method.
Kindly provide me solution for this that how to connect using a key?

Also i need to consume same service using Certificates if any one can help me it will be great, Thanks in advance.