I'm writing OPA for some existing service using vue-cli and web pack template. Parent service loading app in iframe and gives it api access via postMessage. However in first open it seems to post some auth data which I don't need in my case, so when i'm opening in iframe my dev-server express gives me 404 "Can't POST /".
Is there a way to allow POST request on my index.html?