When i’ve started a http request block, I’ve got all the right info and entered it all as string content as a multipart with the correct boundary. But i’m getting an error message:
Even though the information is there on the complete log as being inputted:
------WebKitFormBoundaryBSjMp51U7v9pfcWP
Content-Type: application/x-www-form-urlencoded; charset=utf-8
Content-Disposition: form-data; name=postcode
Are you able to sniff the real request and see what’s different? What you see in the OB2 log is exactly what is sent in the request, so it means something is different from the original request you’re trying to emulate.
Ive managed to somehow get past this error all be it unknown to what it was.
I’ve now ran into this issue if you are able to help me?
However, there is a campaignId and an apikey however, no user as it is a form and not a website.
But, I continue to get this issue. Any way to get around this or to fix these issues?
They’re in the multipart block and are content type text/plain
I don’t know what the specific site wants so I’m not sure I can help with this.
As for the captcha exception, can you enable verbose mode in RL settings and post me the full exception? Also I would like to know if the parameters that you’re passing to the block are correct. Are you perhaps ticking the “send proxy” checkbox? If you are, try not doing that, since it is not necessary for most sites.