I’m trying to send request to mock server with mock server’s IP address
With url, it’s works fine
But it returns 404 error when using IP address.
I get IP address of mock server with ping command.
Is there a way that i can send API request to mock server with IP address?
It looks like you have missed out the beginning of the URL, which should be http:// or https://, then the IP address.
Hi @michaelderekjones thank you for your reply
But with “http://”, also get same result
And i found that ip address of mock server is changed 54.205.x.x to 3.212.x.x
I need that mocker server has fixed ip address, but it seems mocker server has dynamic ip address. So this issue can be closed. But still thank you for your reply!