HTTPS Form Data Re-Post
Hi all,
I'm wondering if someone knows if it is possible to post data to a Marketo form via https data re-post for example just using the link like this one directly in the browser: app-xxx000.marketo.com/index.php/leadCapture/save?formid=1000&munchkinId=000-XXX-000&Email=test@test.com&FirstName=Test&LastName=TestSurname
When testing the link (of course using proper Marketo instance, munchkin & form IDs for our instance) I get the following error: {"error":true,"errorCode":500,"errorType":"serverError","message":"Parsing a Body as FormData requires a Content-Type header."}
Do you know what is this error and how can it be solved? I can't find it in the Marketo error codes documentation... (https://developers.marketo.com/rest-api/error-codes/).
Is the approach I'm describing possible at all?
Thanks in advance for your help!