""" | |
This script is now available from | |
https://github.com/marcbelmont/deep-license-plate-recognition/tree/master/webhooks | |
""" |
This comment has been minimized.
This comment has been minimized.
@hgarcia-binwus You can secure the webhook endpoint by verifying the source IP of the request. Do you need help on how to do this? |
This comment has been minimized.
This comment has been minimized.
Thanks for your reply. |
This comment has been minimized.
This comment has been minimized.
@hgarcia-binwus For encryption, HTTPS should do. You can setup nginx as a proxy infront of the application then use LetsEncrypt for a free certificate. |
This comment has been minimized.
Hi, is there a way to protect the webhook endpoint? We are going to implement it but from what I have seen you can configure a token in the configuration file of the alpr scanner, and it is something static.