Skip to content
This repository has been archived by the owner on Apr 7, 2024. It is now read-only.

Collect HTML for pages by calling page controllers directly #32

Open
7h3Rabbit opened this issue Oct 16, 2020 · 0 comments
Open

Collect HTML for pages by calling page controllers directly #32

7h3Rabbit opened this issue Oct 16, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@7h3Rabbit
Copy link
Owner

Currently we are collecting HTML for pages by requesting the content over HTTP(s).
It would be nice if we could remove the need of using HTTP(s), because:

  • Not required to supply URL with anonymous access (that could be a different server and could have old content)
  • Minimizing the risk to get old/cached content

This could be done by calling the page controllers directly

@7h3Rabbit 7h3Rabbit added the enhancement New feature or request label Oct 16, 2020
@7h3Rabbit 7h3Rabbit added this to the Release 3.0.0 milestone Oct 16, 2020
@7h3Rabbit 7h3Rabbit removed this from the Release 3.0.0 milestone Dec 3, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant