Hi,
when I use the Httpjob with basic autentication and json data i receive the 417 Error to the server (Expectation Failed)
I find this solution but I don't know when I pass this in Jttpjob class
Can you help me?
when I use the Httpjob with basic autentication and json data i receive the 417 Error to the server (Expectation Failed)
I find this solution but I don't know when I pass this in Jttpjob class
Can you help me?
B4X:
request.getParams().setBooleanParameter( "http.protocol.expect-continue", false )