Reputation: 1
I have been trying to troubleshoot VFS connection. I am developing Web-Based application on AWS. I have implemented API inside my project. When I try to test my api with curl/postman it throws an error saying VFS connection does not exist. example:
when I tried to test API with port 8080: It gave me the necessary output. But when I tried with the AWS preview Url, it throws an error? I have tried every methos available on the internet like disabling cookies, ad blockers etc. it doesn't work with any of those methods. below is the screen shot.
curl -X GET https://89481ecefd65430fa7ac2f43261286c0.vfs.cloud9.us-east-1.amazonaws.com/ -H "Host: 89481ecefd65430fa7ac2f43261286c0.vfs.cloud9.us-east-1.amazonaws.com"
It should give an output of: Hello World! [this is the snapshot] (https://i.sstatic.net/VEn667th.png)
I am testing, if my api works with AWS URL not with the 8080 port.
Upvotes: 0
Views: 16