0

I know in Javascript we can use encodeURI(), decodeURI() founded in this page.
Encoding Decoding URL

I was curious about C language, because I'm planing to use it in next project.

Is there a function to encode URL in C language?

1 Answer 1

2

If you can use the libcurl library, consider using curl_easy_escape().

char *curl_easy_escape( CURL * curl , char * string , int length );
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.