Hi Isomorphic,
Query parameters were passed over SSL and may contain sensitive information.
When any post request is made using RPCManager, some isomorphic parameters are appended to query string automatically by the smartGWT framework as mentioned below.
POST /myproject/project/getdetails?_csrf=abs-err0-4a78-8274-
3803e7ab4388&isc_rpc=1&isc_v=v11.0p_2017-02-11&isc_xhr=1 HTTP/1.1
Is there a way to pass these parameters as post data?
Regards
Sidharth
Query parameters were passed over SSL and may contain sensitive information.
When any post request is made using RPCManager, some isomorphic parameters are appended to query string automatically by the smartGWT framework as mentioned below.
POST /myproject/project/getdetails?_csrf=abs-err0-4a78-8274-
3803e7ab4388&isc_rpc=1&isc_v=v11.0p_2017-02-11&isc_xhr=1 HTTP/1.1
Is there a way to pass these parameters as post data?
Regards
Sidharth
Comment