Hi
i have this curl:
What are the correct instructions to use it with httputils?
i have this curl:
B4X:
Curl -v -k \
-X POST \
--header 'Content-Type: application/xml' \
https://test/v1/curl/' \
'--data-binary @myfile.xml --verbose
What are the correct instructions to use it with httputils?