Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow outbound http to components in same app by default #1710

Merged
merged 2 commits into from
Sep 5, 2023

Commits on Sep 1, 2023

  1. allow outbound calls to components in same spin app

    + use special value `self` in allowed_http_hosts
    to allow components in the same spin app to make outbound
    http requests to each other
    + make requests with relative routes in app once self is set
    + update example for rust outbound http to demonstrate capability
    + adds e2e
    + resolves fermyon#957
    + resolves fermyon#1533
    
    Signed-off-by: Michelle Dhanani <michelle@fermyon.com>
    michelleN committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    b469090 View commit details
    Browse the repository at this point in the history
  2. add outbound http to same app tinygo example

    Signed-off-by: Michelle Dhanani <michelle@fermyon.com>
    michelleN committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    c233253 View commit details
    Browse the repository at this point in the history