You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 7, 2024. It is now read-only.
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
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:
This could be done by calling the page controllers directly