Question
Does the Split Webhook integration works with Azure Logic App?
Answer
Split Webhook automatically zip the post body request to the target app server, there is a compatibility issue between the way Split is using gzip library and Azure Logic App server decoding it.
The solution is to add the following parameter at the end of the Azure Logic App Webhook URL:
&gzip=false
Comments
0 comments
Please sign in to leave a comment.