Skip to main content

Custom HTTP

note

Casdoor supports Custom HTTP Notification Provider. You can use it to send messages to specific HTTP addresses.

Configure Casdoor Custom HTTP Provider

There are three required fields: Method, Parameter name, Content, and Chat ID.

NameDescription
MethodSelect GET or POST method.
Parameter nameURL query parameter name or body parameter, depending on the method.
ContentThe message you want to send.
Chat IDYour HTTP address

custom_http_provider

In my example, when I click Send Notification Message, I receive this request:

custom_http_request