Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The HTTPControllerServer class manages index setup and missing URL collection for the viewerproxy. It is mainly used through the QA web interface. It has the following commands:

  • start recording URIS (/startRecordingURIs)
  • stop recording URIS (/stopRecordingURIs)
  • clear collected URIS (/clearRecordedURIs)
  • get collected URIS (/getRecordedURIs)
  • change index (/changeIndex)
  • get status (/getStatus)

Special Access

Via URLs

The GetDataResolver class provides some special URLs in the viewerproxy that can be used for more direct access to the stored data. To use them, your browser must be set up to access the viewerproxy in the same way as when browsing harvested data. The general format of the commands are http://viewerproxy.invalid/<command>?arg1=value1&arg2=value2…

...