Closed nishant-vvdn closed 3 years ago
This appears to be an HTTP 400 error returned by your service.
Can you capture the network traffic to see what emqx is sending and is it what you need?
Yes, apparently EMQX is resolving DNS to IP Address of Azure Function and Azure Function does not allow use on IP Address but only on DNS.
Working correctly with any other POST APIs.
Not working with Azure Function which is returning 200 when triggered using Postman or cURL.