I´ve came across the following error. At the moment I developing an Android App with React Native therefore I´m planning to use fetch for doing a post request for me.
Developing with Windows OS/PHP built-in server/react-native Android on device:
ipconfig
), e.g. 172.16.0.10fetch
use this URL and proper port (fetch('http://172.16.0.10:8000/api/foo)
)php -S 172.16.0.10:8000 ...
That fixed the connection problem between Android phone and the local server for me.