Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing JSON to http Post?
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01646398
Message ID:
01646413
Views:
50
Hi Dmitri,

the name of the method ("httpget") misleads you. In the help for this method the following is written:

"The method can POST data to the server by calling AddPostKey() to calling HTTPGet. Any other properties of the wwIPStuff object that affect an HTTP connection (nHTTPPostMode,nHTTPConnectType etc.) can be set prior to calling this method with exception of the following that are retrieved from the URL:..."

And this is what I do. First add a postkey (The json-string with the login-information) and then the httpget (which really does a post in this case).

Best regards

Thomas
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform