I need to render an Vuejs App in an iFrame, in POST with some params.
So I need to call my Vuejs url POST http://localhost:8080
, but I can't :
Cannot POST /
It is possible to avoid this problem ?
Thanks a lot !
I need to render an Vuejs App in an iFrame, in POST with some params.
So I need to call my Vuejs url POST http://localhost:8080
, but I can't :
Cannot POST /
It is possible to avoid this problem ?
Thanks a lot !
Not quite sure what you want but if you want to load Vuejs in an iframe, I'd probably pass some query parameters like this:
<iframe src="http://localhost:8080?queryParameter=1&queryParameter=2&queryParameter3" />