Skip to content

Proxy To Docs On Netlify#491

Merged
jbolda merged 9 commits into
productionfrom
proxy-through-netlify
Jul 14, 2026
Merged

Proxy To Docs On Netlify#491
jbolda merged 9 commits into
productionfrom
proxy-through-netlify

Conversation

@jbolda

@jbolda jbolda commented Jul 10, 2026

Copy link
Copy Markdown
Member

Motivation

Moving docs sites over to deploy on Netlify as well. Proxy through those endpoints.

Closes thefrontside/effection#1199

@jbolda

jbolda commented Jul 10, 2026

Copy link
Copy Markdown
Member Author

Presuming blocked by #490.

@jbolda

jbolda commented Jul 11, 2026

Copy link
Copy Markdown
Member Author

These get proxied differently.

Deno

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 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-h

Netlify

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 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.
@github-actions

github-actions Bot commented Jul 14, 2026

Copy link
Copy Markdown

🚀 Deploy Preview Ready!

Frontside creates cohesive developer experiences for Cloud Native Teams
Frontside creates cohesive developer experiences for Cloud Native Teams

@jbolda
jbolda marked this pull request as ready for review July 14, 2026 05:26
@elrickvm
elrickvm self-requested a review July 14, 2026 14:32
@jbolda
jbolda merged commit 63a58f6 into production Jul 14, 2026
2 checks passed
@jbolda
jbolda deleted the proxy-through-netlify branch July 14, 2026 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Migrate Website off Legacy Deno Deploy

2 participants