Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Module 401: curl command is overly complex #480

Closed
rddefauw opened this issue Jun 8, 2018 · 1 comment
Closed

Module 401: curl command is overly complex #480

rddefauw opened this issue Jun 8, 2018 · 1 comment

Comments

@rddefauw
Copy link
Contributor

rddefauw commented Jun 8, 2018

In this module, the curl commands try to use the public DNS for the Cloud9 instance. However, some firewalls block the ports used in the example. It is easier to use localhost:8080 in the curl command.

@buzzsurfr
Copy link
Contributor

This was reviewed in #364 and fixed in #392 to use this format below, since this the default FQDN projected inside of the Cloud9 IDE.

$ curl -k https://ENVIRONMENT_ID.vfs.cloud9.REGION_ID.amazonaws.com/api/v1/proxy/namespaces/default/services/app/

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants