sending http request from azure web app to my machine
问题 I created an azure web app which send an http request: axios.post('http://*mypublicip*:3000/write/' + Name, { content: data[1] }) meanwhile my computer has a running express server: app.listen(3000, () => console.log(`Server running on port ${port}`)); all my functionality works when I use it locally by sending the request to localhost instead of my ip. I also tried adding host '0.0.0.0' to my app.listen. what am I missing? thanks 回答1: This problem has nothing to do with your webapp . So I