NO

Author Topic: Pelles-C and CURL  (Read 7466 times)

Offline WiiLF23

  • Member
  • *
  • Posts: 66
Re: Pelles-C and CURL
« Reply #15 on: January 16, 2024, 11:29:03 PM »
I've developed a cURL POST login procedure that uses cJSON to pass JSON data back to application for parsing, error reporting, etc. The remote login script is a basic (can be any language) PHP file checking username and password POST parameters and echoing JSON back (which can be anything).

- Allows instantly downloading user photo - > Bitmap conversion -> show on window
- Show any of the JSON fields read back and show them in controls (labels, picture, fields, etc)

It uses this library extensively. If anyone wants me to post this, let me know - it is mighty useful ;D