Improvement/suggestion for Webhook integration
RespondidaI am trying to configure Webhook integration to send to Azure Logic Apps (similar to Microsoft's Power Automate). Logic Apps wants us to POST to a URL like this (this not a real endpoint, just an example):
https://prod-16.region.logic.azure.com:443/workflows/a2d5421cc89b176fed6ab45c4663148c/triggers/manual/paths/invoke?api-version=2016-10-01&sp=%2Ftriggers%2Fmanual%2Frun&sv=1.0&sig=Gjkb27_JmN_nbrfoiBjkbfKJBLJbdkjb7bgkjbJBnln
However, PhishER says that this is an invalid URL. I found that if I change the encoding in this parameter:
&sp=%2Ftriggers%2Fmanual%2Frun
to this:
&sp=/triggers/manual/run
...then PhishER accepts the URL. I tested with Postman and Logic Apps does still seem to work with this URL change, but I wanted to get the fix out there for everyone. Maybe this is something the devs can address so that we don't have to do this workaround.
Por favor, entrar para comentar.
Comentários
1 comentário