-
Notifications
You must be signed in to change notification settings - Fork 1
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
New option to upload/POST URLs to a web service/end point #27
Comments
Thanks for taking a look at this and making time to work on a code implementation @dubiouscript ! I'll take a look at the patch when I get access to a desktop/laptop. I don't understand the use case just yet, I'm hoping the patch will help me understand more. |
@dubiouscript Right now this isn't suitable to merging in. Potentially with some polish I could see this being added but it isn't something I'm interested in spending time working on. It isn't something I would be testing. Questions for you:
No worries if you don't have time, interest in pursuing. If this works for you can always load it in debug mode. |
just wanted to make patch/work some what avalable (in (the unlikely)case anyone was searching for similar) |
@dubiouscript take a look at the branch https://github.com/clach04/export-tabs-urls-phoenix/tree/manifest_v2_legacy that maybe what you want. It tracks the main branch but with a v2 manifest. |
Original title:
upload option
(i thiink!?) iv attached a patch
created from alct/export-tabs-urls
with (verry basic) modifications to add 'upload' functionality
export_tabs_urls_and_titles-diff.txt
... tested with
shell2http -log=s2h-log.txt -cgi / 'echo "Access-Control-Allow-Origin: *\n" ;echo foo ; cat - | tee ./svr-log000.txt >/dev/tty ; '
msoap/shell2http#99 (comment)
could this or something similar be considered for addition to export-tabs-urls-phoenix ?
The text was updated successfully, but these errors were encountered: