04-02-2019, 01:20 PM
Base64 encoding is not the same a URL encoding. You need to encode using something like Indy's URL encode. The problem is that you are using the wrong method to encode your URLs.
Webapplication.RunParams Encoding
|
« Next Oldest | Next Newest »
|
Messages In This Thread |
Webapplication.RunParams Encoding - by pvanwyk - 03-28-2019, 02:58 PM
RE: Webapplication.RunParams Encoding - by Alexandre Machado - 03-30-2019, 02:17 AM
RE: Webapplication.RunParams Encoding - by pvanwyk - 04-02-2019, 11:10 AM
RE: Webapplication.RunParams Encoding - by Alexandre Machado - 04-03-2019, 09:13 AM
RE: Webapplication.RunParams Encoding - by kudzu - 04-02-2019, 01:20 PM
RE: Webapplication.RunParams Encoding - by kudzu - 04-02-2019, 01:20 PM
RE: Webapplication.RunParams Encoding - by kudzu - 04-03-2019, 02:26 PM
|