S sdleidel Active Member Licensed User Longtime User Mar 12, 2020 #1 I am sending a HTTP POST request to a php script. The content-type is "application/x-www-form-urlencoded" right now so I can send variables to php but I don't think I can properly send HTML markup inside one of the variables... URL Endcode/Decode is not going on.... Any Idea ?
I am sending a HTTP POST request to a php script. The content-type is "application/x-www-form-urlencoded" right now so I can send variables to php but I don't think I can properly send HTML markup inside one of the variables... URL Endcode/Decode is not going on.... Any Idea ?
Erel B4X founder Staff member Licensed User Longtime User Mar 12, 2020 #2 sdleidel said: URL Endcode/Decode is not going on.... Click to expand... You need to URL encode the values with StringUtils. Upvote 0
sdleidel said: URL Endcode/Decode is not going on.... Click to expand... You need to URL encode the values with StringUtils.