Hello,
Can't find any ways to send a list of JSONs with one request.
The server gets only JSON list, also if you send one event, like [{"connection_type": "wifi", "session_num": 1}]. But sometimes I realy need to send list of JSON.
I was trying to hack it with LoadJsonFromFile, but editor is crashing if file contains list of JSON (i think also if starts with "[").
Is there any way to send a json list?
Maybe i can hardcode append/format JSON (to add "[" and "]") before send request or something else? (as temporal solution of course)
Or maybe just set whole JSON as string.
One more question, functions "EncodeJson", "EncodeJsonToSingleString" , "WriteToFilePath" returns JSON without spaces, but "ProcessURL" (and similar to it) send formatted data with spaces. I need to calc hash from JSON for Authorization header and it becomes impossible. Because "get json" and "send request" operating with different strings, without spaces and with spaces respectively.
I hope I explained it quite understandably, sorry for my English.
actually that is a very unsafe method of sending a password.
create a json object, and set the username and password string fields into the object, and it will send it as a json post. and in php get the values with
Hi, since VaRest is setup as a subsystem, it appears I can't use it in editor (design time). I was building a tool that required some http/json handling during design time.
LogScript: Warning: Accessed None trying to read property CallFunc_GetGameInstanceSubsystem_ReturnValue
I am guessing there is nothing I can do at this point with VaRest? Any help appreciated, thanks.
Hi, since VaRest is setup as a subsystem, it appears I can't use it in editor (design time). I was building a tool that required some http/json handling during design time.
LogScript: Warning: Accessed None trying to read property CallFunc_GetGameInstanceSubsystem_ReturnValue
I am guessing there is nothing I can do at this point with VaRest? Any help appreciated, thanks.
Hi im trying to pull data From my site with this plugin like i did before but i cant get it to pull info can i get sum help anyone know how to do it with this new update?
Comment