Http request
#33833
-
Hello, i trying to use Http requests to execute an put on my local server, but it say's:
My code to execute this put method: What i'm do incorrectly? |
Beta Was this translation helpful? Give feedback.
Answered by
mfn
Aug 12, 2020
Replies: 1 comment 6 replies
-
Can't say what your actual problem is, but |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
gutyerrez
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can't say what your actual problem is, but
printf
looks wrong. Seems like you want to usesprintf
here.