Vue based client with axios has problem to communicate with php backend
Here is the specification: I've made frontend vue website with router and simple php test backend. After build folder structure looks like this: public_html_ ├── css ├── js ├── favicon.ico ├── index.html ├── style.css ├── .htaccess └── lipton └── index.php…