Troubleshooting Connection to Remote Server Collection

TLDR Bhawani struggled to connect to a remote server collection from a local PC. Kishore Nallan advised using CURL and directed them to relevant documentation.

Photo of Bhawani
Bhawani
Tue, 04 Jan 2022 05:42:51 UTC

Is there any way to connect remote server collection from my local pc?

Photo of Kishore Nallan
Kishore Nallan
Tue, 04 Jan 2022 05:44:28 UTC

Yes, you just need to confgure your client to use the remote api endpoint. Any specific problem you are facing with that?

Photo of Bhawani
Bhawani
Tue, 04 Jan 2022 05:49:10 UTC

Yes, when I checked health then status showing true But when I am going to create collection from my local pc it's showing error message not found.

Photo of Kishore Nallan
Kishore Nallan
Tue, 04 Jan 2022 06:10:43 UTC

Have you tried making the request using CURL?

Photo of Kishore Nallan
Kishore Nallan
Tue, 04 Jan 2022 06:11:11 UTC

Check the "shell" tab on the examples in the docs. First try to get the `curl` command working fine, then you can figure out what's going wrong with the code version.