Hello experts,
I want to get url parameters which are passed from post method.
Sample HTML is as following.
<html> <head> <title>POST Sample</title> </head> <body> <form method="POST" action="http://<server>:<port>/sap/bc/bsp/sap/crm_ui_frame/default.htm?sap-client=200&sap-language=J> <div>name:<input type="text" name="NAME"></div> <div>address:<input type="text" name="ADDR"></div> <input type="submit" value="submit"> </form> </body> </html>
I am using CL_HTTP_ENTITY->IF_HTTP_ENTITY~GET_FORM_FIELDS,
but I can't get any post parameters, though I can get get parameters.
Does anyone know if it is possible?
Regards,
Fukuhara Yohei