B4J Question [ABMATERIAL] The method POST is not allowed for this resource

juvanum

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