Hello,
I receive this error
The method POST is not allowed for this resource
when this code run
what am I doing wrong?
thank you
I receive this error
The method POST is not allowed for this resource
when this code run
B4X:
joballarmi.Initialize("myrequest",Me)
Dim txt As String="http://xxxxxxxxxxx/"
joballarmi.PostMultipart(txt, CreateMap("par0":"xxx","par1":"yyyy","par2":"bla bla bla bla ...."),Null)
what am I doing wrong?
thank you