-
Notifications
You must be signed in to change notification settings - Fork 249
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
outbound-http: Support "relative" URIs to current app #1533
Comments
If the application has a |
First, I'd like to get rid of I'm not sure which would be less confusing. Magically prepending things to |
ref #957 |
+ use special value `self.local` 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.local 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>
+ 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>
+ 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>
+ 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>
+ 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>
+ 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>
+ 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>
+ 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>
+ 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>
+ 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>
+ 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>
+ 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>
+ 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>
+ 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>
This has been requested a couple of times and should be relatively straightforward:
OutboundHttp
e.g.origin: Uri
which gets updated from each inbound request/
(has no scheme or authority), join with the originThe text was updated successfully, but these errors were encountered: