I am working to get an app hitting webmerge url with postUrl. But from Webmerge's logs and reports, it seems like my request never made its way to their endpoint. So I decide to debug the postUrl response and what I got is this:
{"responseText":{"success":1,"queued":1},"responseHeader":{"date":"Thu, 03 Dec 2020 04:23:00 GMT","set-cookie":"__wm_referrer[source]=none; Expires=Fri, 03 Dec 2021 04:23:00 GMT; Path=/; Domain=; Secure; HttpOnly; SameSite=None","server":"nginx","expires":"Thu, 19 Nov 1981 08:52:00 GMT","transfer-encoding":"chunked","content-type":"application/json","connection":"keep-alive","cache-control":"no-store, no-cache, must-revalidate","pragma":"no-cache"},"responseCode":201}
It stated that queued: 1. What's that means? For the record, any other app is working fine. This issue is just occured in this app, while all of them using the same postUrl mechanism:
postUrl(myWebmergeUrl, my_data)
Where my_data is a Map.