Y
Hacker News
new
|
ask
|
show
|
jobs
by
misiti3780
2734 days ago
correct me if i am wrong, but if your backend and front-end run on different ports and you are developing locally using chrome, you have to use CORS to make any non GET requests
1 comments
cosmosgenius
2734 days ago
What we do is make the frontend server(eg ng serve) proxy request to backend during development.
link