hello
we have, somewhat customized marketo forms that we use via the javascript api.
now the code stopped working in local dev environment, I suspect it is related to this call:
in written words: getForm?munchkinId=MYID&... returns 403 forbidden
basically I am getting a 403 and MktoForms2.whenReady never triggers
MktoForms2.allForms() returns []
this didn't use to be like that. This used to work.
Obviously, for local development, I use a virtual host e.g. mylocaldev.local
it still works in production, and it still works in staging as well where we use a subdomain of production
maybe I got black listed because I was "spamming" marketo with my local testing?
... View more