Question
Does the Split Webhook integration work with Azure Logic App?
Answer
Split Webhook automatically zips the post body request to the target app server. There is a compatibility issue between the way Split uses gzip library and how Azure Logic App server decodes 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.