Is there a way to use postman for requests on a remote server?
It is a shared server and node is running on a port defined by the environment. I am hesitant to give too much irrelevant information. Please let me know if I should provide more details.
You can definitely use Postman to call a remote server, all you need to do is input the address of that server where you’ve put localhost until now, for example:
However, when I run localhost:5000/api/courses in postman it actually fetches data from the remote MySQL database on my shared server and it displays the contents of the database as expected.