MultiPart

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:
image
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

MG85 0af
------WebKitFormBoundaryBSjMp51U7v9pfcWP
Content-Type: application/x-www-form-urlencodedn; charset=utf-8
Content-Disposition: form-data; name=phone_number

07759 112901

(DETAILS ABOVE ARE EXAMPLE NOT MY REAL INFO)

Please can someone explain or help me on the multipart http request as everything is working fine other than them 2 values.

@Ruri I know you’re quite knowledgeable on openbullet2 Multipart if you can help?

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.

Hi Ruri,

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?

image

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

Im also getting a 2captcha problem:

image

Do you know a fix to this ?

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.