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

Collect HTML for pages by calling page controllers directly #32

@7h3Rabbit

Description

@7h3Rabbit

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions