Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

182
Views
Block calls from different HTTP methods to SignalR Negotiate

Is there any way to block calls to different HTTP methods to the /signalr/negotiate endpoint or can I control who has access to certain methods such as DELETE or POST to only authorized users?

Example:
GET http://<url>/signalr/negotiate.

{
    "Url": "/signalr",
    "ConnectionToken": "VUxdTT7N1dy3FNsGaFKQ1KuIe2uAwGP6k4VUeRJoDFJGey5kZbn6ikTn8kIMI36IwziZsALkhTa+wV8zF95H5oc6oPN5fkQP2AAKV3ErZCuhudT238bIFikKMe4JwWZS",
    "ConnectionId": "dcf87822-8d06-455c-b7aa-4c13062508c5",
    "KeepAliveTimeout": 20.0,
    "DisconnectTimeout": 30.0,
    "ConnectionTimeout": 110.0,
    "TryWebSockets": true,
    "ProtocolVersion": "1.2",
    "TransportConnectTimeout": 5.0,
    "LongPollDelay": 0.0
}

I want to authorize the request above and block the request below.

Example:
DELETE http://<url>/signalr/negotiate.

{
    "Url": "/signalr",
    "ConnectionToken": "GugvYqIryiWURPDKrOhssbKU5ibFbnwK5Fl/tshe3EkQMTlTCJ90Ci+lNLGewyDXD8xmDATDgIQgZkf4ZrsVnR5KrE41+kmi/86otjDeqir72STo00MhIIwJOtBnpFkC",
    "ConnectionId": "6bb4c463-07c3-4f30-b988-9f781b2360a9",
    "KeepAliveTimeout": 20.0,
    "DisconnectTimeout": 30.0,
    "ConnectionTimeout": 110.0,
    "TryWebSockets": true,
    "ProtocolVersion": "1.2",
    "TransportConnectTimeout": 5.0,
    "LongPollDelay": 0.0
}
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!