Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Org.eclipse.higgins.rpps"

m
(Services)
Line 10: Line 10:
 
# Form fill support - provides HBX with data with which to auto-fill web forms on external websites
 
# Form fill support - provides HBX with data with which to auto-fill web forms on external websites
 
# Screen scrape support - provides HBX with scripts with with to scrape attribute data from remote sites
 
# Screen scrape support - provides HBX with scripts with with to scrape attribute data from remote sites
 +
#* Note: HBX Support retreives the script data streams from the i-card instance for the site that HBX is currently "on" (this i-card instance is instantiated and managed by an I-Card Provider implementation)
  
 
==See Also==
 
==See Also==
 
* [[Higgins Wiki]]
 
* [[Higgins Wiki]]
 
* [[Core Components]]
 
* [[Core Components]]

Revision as of 13:56, 12 October 2006

Overview

HBX Support is a back end service to support non-authentication related web integration approaches and protocols supported by the Higgins Browser Extension

Services

Here are a list of the services that are provided to HBX:

  1. New account creation
  2. Verification of HBX authentication
  3. Returns the Terms of Service text on request
  4. Form fill support - provides HBX with data with which to auto-fill web forms on external websites
  5. Screen scrape support - provides HBX with scripts with with to scrape attribute data from remote sites
    • Note: HBX Support retreives the script data streams from the i-card instance for the site that HBX is currently "on" (this i-card instance is instantiated and managed by an I-Card Provider implementation)

See Also

Back to the top