This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

POST API Request not Identical to running locally
#3
(06.02.2023, 11:59)admin Wrote: Can you post the raw request that is sent from Postman? Some devices can't understand certain headers or headers must be in a specific case. LM use canonical header format.
Lua version does not matter, but check which LuaSocket version you have:
Code:
print(require('socket')._VERSION)

LuaSocket version on LM is 2.0.2 vs locally is 3.0.0 so this could be contributing to the difference in experience.

Here's the raw postman request:
Code:
{"iZoneV2Request": {"Type": 1,"No": 0,"No1": 0}}
Reply


Messages In This Thread
RE: POST API Request not Identical to running locally - by ks04 - 06.02.2023, 20:31

Forum Jump: