-
Notifications
You must be signed in to change notification settings - Fork 291
Open
Labels
Milestone
Description
I think it will be useful to expose the engine name and the version string in the response header as well as in the generated HTML. WordPress exposes this information in HTML element, while Drupal exposes his information in HTML element as well as the response header. OpenWayback too should add an HTTP header like this:
X-Generator: OpenWayback-2.2.0
And a meta element like this:
<meta name="Generator" content="OpenWayback-2.2.0" />
Also, it may be a good idea to expose the header in Access-Control-Allow-Headers
for CORS.
This provision will allow various tools (such as Memento Aggregator) to automatically predict what to expect from a Wayback server.