Re: curl and form submission

2016-06-09 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, Jun 09, 2016 at 10:14:53AM +, Bob wrote: [...] > Hello Tomas & Jeremy, > > Finally I got the combination. The redirected links along with > username/password is not providing any cookie jar. So I went back to > the main page i.e. form

Re: curl and form submission

2016-06-09 Thread Bob
On Thursday 09 June 2016 08:10 AM, to...@tuxteam.de wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, Jun 09, 2016 at 07:49:28AM +, Bob wrote: On Thursday 09 June 2016 07:13 AM, to...@tuxteam.de wrote: [...] Thanks for your explanation. I did "curl -c" but no luck as it

Re: curl and form submission

2016-06-09 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, Jun 09, 2016 at 07:49:28AM +, Bob wrote: > > > On Thursday 09 June 2016 07:13 AM, to...@tuxteam.de wrote: > >[...] > > > >>Thanks for your explanation. I did "curl -c" but no luck as it > >>doesn't have any cookie. > >> > >>curl -c

Re: curl and form submission

2016-06-09 Thread Bob
On Thursday 09 June 2016 07:13 AM, to...@tuxteam.de wrote: [...] Thanks for your explanation. I did "curl -c" but no luck as it doesn't have any cookie. curl -c mycookie " http:///login1.html?a=%3F%2B%2F%40=%3F%2B%2F%40 " # ls mycookie ls: cannot access 'mycookie': No such file or

Re: curl and form submission

2016-06-09 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, Jun 09, 2016 at 05:34:25AM +, Bob wrote: > > On Wednesday 08 June 2016 05:01 PM, Jeremy Nicoll wrote: > >On Wed, 8 Jun 2016, at 17:16, Bob wrote: [...] > Thanks for your explanation. I did "curl -c" but no luck as it > doesn't have any

Re: curl and form submission

2016-06-08 Thread Bob
On Wednesday 08 June 2016 05:01 PM, Jeremy Nicoll wrote: On Wed, 8 Jun 2016, at 17:16, Bob wrote: Well Tomas, I like to share with you that your guess is again correct. This link quickly redirects to http:// (seems the session checked here) and then to home page. I'm tying to figure out the

Re: curl and form submission

2016-06-08 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, Jun 08, 2016 at 01:06:32PM -0700, A wrote: > I'm no expert on wget, but have you tried RTFM: > > ‘--user=user’ > ‘--password=password’ > >Specify the username user and password password for both FTP and >HTTP file retrieval. These

Re: curl and form submission

2016-06-08 Thread A
I'm no expert on wget, but have you tried RTFM: ‘--user=user’ ‘--password=password’ Specify the username user and password password for both FTP and HTTP file retrieval. These parameters can be overridden using the ‘--ftp-user’ and ‘--ftp-password’ options for FTP connections and

Re: curl and form submission

2016-06-08 Thread Jeremy Nicoll
On Wed, 8 Jun 2016, at 17:16, Bob wrote: > Well Tomas, I like to share with you that your guess is again correct. > This link quickly redirects to http:// (seems the session checked > here) and then to home page. I'm tying to figure out the cookie part now. It's important that at the start of

Re: curl and form submission

2016-06-08 Thread Bob
On Wednesday 08 June 2016 01:28 PM, to...@tuxteam.de wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, Jun 08, 2016 at 01:02:54PM +, Bob wrote: [...] Hello Tomas, Thanks for your explanation. At my end a funny thing happens which now questions the whole web based

Re: curl and form submission

2016-06-08 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, Jun 08, 2016 at 01:02:54PM +, Bob wrote: [...] > Hello Tomas, > > Thanks for your explanation. At my end a funny thing happens which > now questions the whole web based authentication of this provider. I > have discovered a simple link

Re: curl and form submission

2016-06-08 Thread Bob
On Wednesday 08 June 2016 10:20 AM, to...@tuxteam.de wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [please keep replies to list, so that others can chime in] On Wed, Jun 08, 2016 at 10:03:38AM +, Bob wrote: On Wednesday 08 June 2016 07:11 AM, to...@tuxteam.de wrote: -BEGIN

Re: curl and form submission

2016-06-08 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [please keep replies to list, so that others can chime in] On Wed, Jun 08, 2016 at 10:03:38AM +, Bob wrote: > > On Wednesday 08 June 2016 07:11 AM, to...@tuxteam.de wrote: > >-BEGIN PGP SIGNED MESSAGE- > >Hash: SHA1 > > > >On Tue, Jun

Re: curl and form submission

2016-06-08 Thread Jude DaShiell
Briscbois wrote: Date: Tue, 7 Jun 2016 20:23:27 From: Oliver Briscbois <l...@zapto.roth.ca> To: debian-user@lists.debian.org Subject: Re: curl and form submission Resent-Date: Wed, 8 Jun 2016 00:24:48 + (UTC) Resent-From: debian-user@lists.debian.org On 2016-06-07, Bob <bobnli...@

Re: curl and form submission

2016-06-08 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, Jun 07, 2016 at 03:33:40PM +, Bob wrote: > Hello list, > > I'm trying to automate my internet login which is based on a web > form. I have already checked few tutorial/posts on form submission > by curl. I have tried various combinations

Re: curl and form submission

2016-06-07 Thread Oliver Briscbois
On 2016-06-07, Bob wrote: > Hello list, > > I'm trying to automate my internet login which is based on a web form. Good question. I hope someone follows up with an answer. I'll be following this thread. I've been trying the same thing with wget without success Oliver.

Re: curl and form submission

2016-06-07 Thread Jeremy Nicoll
On Tue, 7 Jun 2016, at 16:33, Bob wrote: > Hello list, > > I'm trying to automate my internet login which is based on a web form. I > have already checked few tutorial/posts on form submission by curl. I > have tried various combinations too but nothing worked in my case. > > When I inspect