Proxy To Docs On Netlify#491
Merged
Merged
Conversation
Member
Author
|
Presuming blocked by #490. |
Member
Author
|
These get proxied differently. Denohttps://github.com/thefrontside/frontside.com on proxy-through-netlify [$!] via 🦕 v2.9.0 using v24.18.0 on ☁️
❯ curl -sI https://effection.deno.dev/search
HTTP/2 301
location: https://effection.deno.dev/search/
date: Sat, 11 Jul 2026 02:26:21 GMT
via: http/2 edgeproxy-h
server: deno/gcp-us-east4
https://github.com/thefrontside/frontside.com on proxy-through-netlify [$!] via 🦕 v2.9.0 using v24.18.0 on ☁️
❯ curl -sI https://effection.deno.dev/search/
HTTP/2 200
accept-ranges: bytes
content-length: 11033
content-type: text/html; charset=UTF-8
etag: W/"2b19-eCgu8sBRzNASW5gjDemSvI1mYN2"
last-modified: Fri, 10 Jul 2026 09:14:28 GMT
server: deno/gcp-us-east4
access-control-allow-origin: *
access-control-allow-headers: Origin, X-Requested-With, Content-Type, Accept, Range
date: Sat, 11 Jul 2026 02:26:28 GMT
via: http/2 edgeproxy-hNetlifyhttps://github.com/thefrontside/frontside.com on proxy-through-netlify [$!] via 🦕 v2.9.0 using v24.18.0 on ☁️
❯ curl -sI https://effection.netlify.app/search
HTTP/2 301
cache-status: "Netlify Edge"; fwd=miss
content-type: text/html
date: Sat, 11 Jul 2026 02:25:45 GMT
location: /search/
server: Netlify
strict-transport-security: max-age=31536000; includeSubDomains; preload
x-nf-request-id: 01KX7FXFB84AEBW5ZJXZ87R4RE
content-length: 98
https://github.com/thefrontside/frontside.com on proxy-through-netlify [$!] via 🦕 v2.9.0 using v24.18.0 on ☁️
❯ curl -sI https://effection.netlify.app/search/
HTTP/2 200
accept-ranges: bytes
age: 2103
cache-control: public,max-age=0,must-revalidate
cache-status: "Netlify Edge"; hit
content-type: text/html; charset=UTF-8
date: Sat, 11 Jul 2026 02:26:34 GMT
etag: "49842b0b0d9fa197d42d25414cb3da69-ssl"
server: Netlify
strict-transport-security: max-age=31536000; includeSubDomains; preload
x-nf-request-id: 01KX7FYZHDAGF83VRN71CEJTH9
content-length: 11039 |
proxyRoute now auto-generates the route pattern from the prefix
(`/${prefix}(.*)`) when no explicit pattern is provided, so callers
just pass the proxy config object directly.
|
🚀 Deploy Preview Ready!
|
jbolda
marked this pull request as ready for review
July 14, 2026 05:26
elrickvm
self-requested a review
July 14, 2026 14:32
elrickvm
approved these changes
Jul 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
Moving docs sites over to deploy on Netlify as well. Proxy through those endpoints.
Closes thefrontside/effection#1199