B4J Question Http Post Pronlem

sdleidel

Active Member
Licensed User
Longtime User
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 ?
 
Top