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

Convert proxy to Cloudflare Pages Function. #840

Open
wants to merge 2 commits into
base: 11ty
Choose a base branch
from
Open

Commits on May 1, 2024

  1. Ignore .backup files.

    davidlehn committed May 1, 2024
    Configuration menu
    Copy the full SHA
    ac343fd View commit details
    Browse the repository at this point in the history
  2. Use Cloudflare Pages Fuction for playground proxy..

    - Remove PHP proxy code.
    - Move proxy URL to /playground/proxy.
    - Use eleventy@3 alpha for `onRequset` dev server support.
    - Add Eleventy dev server `onRequest` proxy to local wrangler server
      proxy. Due to current limited API, emulate a basic playground request.
    - Reimplement proxy as a Cloudflare Pages Function.
      - Basic proxy designed for limited use and abuse.
      - Add various checks to limit useful scope.
    - Update README.
    - Ignore .wrangler.
    davidlehn committed May 1, 2024
    Configuration menu
    Copy the full SHA
    eb65dff View commit details
    Browse the repository at this point in the history