Shernz
May 28, 2020, 12:30pm
1
I’m trying to send a post request to the server, but it fails to connect after a long delay. The server is running fine but the response is not sent, or the server is not reached. Please help me with this.
Thanks in advance.
PS : Please redirect me to the post if this question has been already resolved.
OJL
May 30, 2020, 1:21am
2
Hi there ,
can you provide as with name/type of the server and the backend web service API
I’m using node and express
Shernz
May 30, 2020, 11:38am
5
I can’t find the option in the app.
OJL
May 30, 2020, 3:03pm
6
you are always using the system proxy.
Does making request via curl
work ?
I haven’t used it before but I will now. Thanks
OJL
May 30, 2020, 3:13pm
8
Thank you so much. I’ll check it out
Shernz
June 1, 2020, 12:45pm
10
Thank you for the link. It was a rookie mistake. The express.json was a method and I forgot to append the paranthesis . Thanks again
1 Like