Hi @Ken Wee
thank you for posting your solution so that others experiencing the same thing can easily reference this! Since the Microsoft Q&A community has a policy that "The question author cannot accept their own answer. They can only accept answers by others ", I'll repost your solution in case you'd like to accept the answer.
Ask: Azure SignalR Service - Response Headers (How do I add/modify them?)
**Solution:**Using Azure Front Door was not feasible as this would add cost to the build.
As for the web server side config, this only worked when not using self hosted signalr hub. Did not work for Azure SignalR Service as the endpoint was managed by Azure.
I was able to get feedback from MS Support Engineer, and they did mention that adding response headers directly to the Azure SignalR Service endpoint was not possible as of today.
Please don’t forget to Accept Answer
and Yes
for "was this answer helpful" wherever the information provided helps you, this can be beneficial to other community members.