lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] Decode HTTP URI


From: address@hidden
Subject: Re: [lwip-users] Decode HTTP URI
Date: Tue, 22 May 2018 22:12:53 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0

On 22.05.2018 11:11, Giuseppe Modugno wrote:
I'm not sure. Is there a decoding function for URI?

I mean, a function that converts %20 and similar escape codes in the
corresponding ASCII char.

Our httpd does not (yet?) support this. If you really need spaces in URLs on your server, you need to save the files with encoded names. I could prevent this up to now, which is why I haven't implemented it ;-)

Simon



reply via email to

[Prev in Thread] Current Thread [Next in Thread]