push notification using SendWEBRequest
audrius.kiskunas
8-12-21
Operating system: Windows
Hello,

we want to use function SendWEBRequest to send push notifications via Google Firebase, but the parameters of the function are not quite clear. Below we put question marks "= ?" for functions that need to be explained.


SendWebRequest(server,443,-1,true,"POST",getstr,"text,xml","",false,req,reply,30);


server = server address
443 = port

-1 = ?
true = ?
"POST" = request method
getstring = request parameters to be included into the request line (after server address)
"text/xml" = Content -Type
"" = ?
false = ?
req = request body in json format?
reply = response?
30 = ?

Appreciate Your comments and recommendations.

Audrius
Leave Comment
You can subscribe to notifications for this post by selecting the 'star' icon on the top right corner of the post.
Latest Posts
David Delač
Hi Gastón, Please report a bug in our issue tracker and attach test database that you can repeat this in so I can have a look. Paste subject here once done...
09:46 14 May 2025
Paul Timms
From what I've read, using these will store the updated records in memory and then write them to the database in bulk, instead of each record writing to the database in turn. So perhaps there&apo...
17:53 29 Apr 2025