Link to home
Start Free TrialLog in
Avatar of wilson1000
wilson1000

asked on

Firefox Extensions - communicating data over https

Hi experts.... a tough one I fear....

Lets assume the following.

Our user has a Firefox extension installed created by us.

First:       We need to activate this extension/plug-in on a page rendered using a secure protocol (https)?
Second: Can we then analyse information presented on that page and request the user to perform an action?

The key here I see is having the ability to process (with user interaction) over https

Your thoughts are greatly received, I look forward to hearing from you.

Regards

Damien
Avatar of Member_2_4694817
Member_2_4694817

I'm not sure if I see where your problem is.
From within your extension's overlay.js you can (under appropriate conditions) change the currently displayed page via
getBrowser().selectedBrowser.loadURI("https://www.whatever.com/");

Open in new window

Avatar of wilson1000

ASKER

Hi, Could you elaborate on your answer and just explain a little bit about how this could process information on a page rendered in https please?

I ask because I know very little about Firefox extensions at the moment. My training begins on Wednesday.

Thank you
ASKER CERTIFIED SOLUTION
Avatar of Member_2_4694817
Member_2_4694817

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
This was a great help thank you