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

More complete CGI Implementation #3

Open
2 tasks
hedyhli opened this issue May 8, 2022 · 0 comments
Open
2 tasks

More complete CGI Implementation #3

hedyhli opened this issue May 8, 2022 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@hedyhli
Copy link
Owner

hedyhli commented May 8, 2022

  • Extra path after CGI script: spartan://example.org/cgi-bin/script.cgi/foo/bar (where PATH_INFO=/foo/bar as path suffix)
  • Proper environment variables as per standard
    • CONTENT_LENGTH for size of input data
    • SCRIPT_TRANSLATED - full, absolute path of script
    • REQUEST_URI - relative request path (/cgi-bin/script.cgi/foo/bar)
@hedyhli hedyhli added enhancement New feature or request good first issue Good for newcomers labels May 8, 2022
@hedyhli hedyhli changed the title CGI Implementation More complete CGI Implementation Jan 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant