FujiNetWIFI/fujinet-firmware

Add ability to do raw data POST

Opened this issue · 3 comments

from discord thread:

curl --location 'http://192.168.2.69’ \
--header 'Content-Type: application/json' \
--data-raw '{
    “Namne: “Paulo “Garcia,
    “Computer”: “Atari 800
}'

Hey @tschak909 , anyway I can help with this? I haven't look too deeply into the code, but maybe if you point me out in the right direction, I might be able to help with this issue.

Cheers

Perfect, thanks. Let's see if I can un-rust my C :)