Ticket #190 (closed enhancement: fixed)

Opened 1 year ago

Last modified 2 months ago

Allow to get (some) POST data.

Reported by: MaierMan Assigned to: MaierMan
Priority: major Milestone: 1.1
Component: User Interface Version: ---
Keywords: Integration, top Cc:
Operating System: All

Description

Right clicking a (submit) button should allow dTa to grab the form data and assemble a valid POST from it.

I think FlashGot? supports something similar, might worth to have a look there...

This will probably let us download from a lot of one-click-hosters and others.

Notes

  • Grabbing the data in the correct encoding (i.e. either "get" style of form/multipart-data"
  • Will password fields still be accessible?
  • One click hoster probably have a timeout, so we should probably code a "force-download" as well.
  • Should we support multi-part for such channels?

Change History

06/10/07 17:08:36 changed by MaierMan

  • type changed from defect to enhancement.

06/13/07 16:17:20 changed by MaierMan

*** Ticket #106 marked duplicate of this one ***

06/13/07 16:18:11 changed by MaierMan

  • keywords changed from Integration to Integration, top.

03/01/08 00:15:43 changed by MaierMan

*** Ticket #500 marked duplicate of this one ***

03/09/08 01:46:18 changed by MaierMan

Some first progress here:

[867] now allows to get the post data (which is of-course useless for one-time links)

03/12/08 02:44:54 changed by MaierMan

Some more progress:

[874] add "Save form target" actions to the context-menu when right-clicking a submit-button. Supports GET/POST as urlencoded. Tested with some sample forms as well as with rapidshare.com free (seems to work; unless of course you already clicked the button before which invalidates the link).

07/23/08 19:23:33 changed by MaierMan

  • status changed from new to closed.
  • resolution set to fixed.

[984]

fixed (for the scope of this ticket)