Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2018-Q4 2.4 - Update webcompat reporter addons to send POST data #34

Closed
miketaylr opened this issue Oct 8, 2018 · 6 comments
Closed
Assignees
Labels
Score: 0 No progress; are there are lessons to learn?

Comments

@miketaylr
Copy link

Follow up maintenance work on server rewrite.

@miketaylr miketaylr changed the title 2018Q4 2.4 - Update webcompat reporter addons to send POST data 2018-Q4 2.4 - Update webcompat reporter addons to send POST data Oct 8, 2018
@miketaylr
Copy link
Author

cc @laghee

@wisniewskit
Copy link

Related: the in-tree reporter addon now sends reports as POST data as of bz1451485. It required using an experimental API to efficiently POST to the server as part of loading a tab.

But I'm not sure how easy it will be to do the same in the pure webextensions. I'm guessing that we will need to change this code to load a webextension page which just waits for the background script to pass it data, and then writes out a form and submits it with method=POST. But there may be security restrictions which prevent this from working, so it might require some experimentation.

@miketaylr
Copy link
Author

@miketaylr needs to file some bugs.

@laghee
Copy link

laghee commented Oct 30, 2018

Discussed possibilities with @miketaylr, including suggestion above by @wisniewskit and using a hidden form. Will take some research to get to the experimentation point and time is a little short this month, but I'll try to have a better idea on how to proceed toward the mid/end of November (or, worst case, will bring ideas to AllHands in December).

@laghee
Copy link

laghee commented Nov 13, 2018

Haven't had time to look at this so far, but will be prepared to brainstorm in Orlando...

@laghee
Copy link

laghee commented Nov 27, 2018

Update: No change. Looking forward to talking about this at AllHands.

@miketaylr miketaylr added Score: 0 No progress; are there are lessons to learn? ARCHIVED and removed ARCHIVED labels Jan 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Score: 0 No progress; are there are lessons to learn?
Projects
None yet
Development

No branches or pull requests

3 participants