i've a small.. program that uploads a file to an http site using the
PUT method, it's implemented with Delphi 2007 and INDY (idHTTP)
components 9.
WIth HTTP the file uploads fine (CODE 201) with HTTPS it doesn't
(CODE 400) i need to check on what's going on, i've tried a lot of
sniffers with no luck... fiddler looked really promissing but i'm not
getting results either.
can anyone help me out with this ?
Regards
George
If you're not seeing ANY of the Indy traffic, did you start Fiddler
before starting your program?
Did you configure Indy to use the local proxy (127.0.0.1:8888)?
http://www.indyproject.org/KB/index.html?howdoiuseaproxywithindy.htm
If you're only seeing a HTTPS CONNECT, did you configure your machine
to trust the Fiddler Root certificate?
http://www.fiddler2.com/fiddler/help/httpsdecryption.asp
-Eric
--
You received this message because you are subscribed to the Google Groups "Fiddler" group.
To post to this group, send email to httpf...@googlegroups.com.
To unsubscribe from this group, send email to httpfiddler...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/httpfiddler?hl=en.
It suggests:
HTTP1.ProxyParams.ProxyServer := '127.0.0.1';
HTTP1.ProxyParams.ProxyPort := 8888;
Like (apparently) INDY, Firefox doesn't use the default system proxy,
which is why you need to use the FiddlerHook plugin (shown in
Firefox's status bar after Fiddler is installed) to configure Firefox
to send traffic to Fiddler.
On Dec 28, 6:13 am, Jorge Escobar <jorgeescobar...@gmail.com> wrote:
> One other thing, i'm not getting any of the Firefox browser either, only
> Chrome and IE.
>
> Regards
>
> J
>
> 2009/12/28 Jorge Escobar <jorgeescobar...@gmail.com>
> >> httpfiddler...@googlegroups.com<httpfiddler%2Bunsubscribe@googlegroups.com>
> >> .
> >> For more options, visit this group at
> >>http://groups.google.com/group/httpfiddler?hl=en.
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Fiddler" group.
> > To post to this group, send email to httpf...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > httpfiddler...@googlegroups.com<httpfiddler%2Bunsubscribe@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/httpfiddler?hl=en.- Hide quoted text -
>
> - Show quoted text -
To unsubscribe from this group, send email to httpfiddler...@googlegroups.com.
What's the exact error message you get out of INDY?
Do you see a CONNECT tunnel created in Fiddler?
> > > >http://groups.google.com/group/httpfiddler?hl=en.-Hide quoted text -
To unsubscribe from this group, send email to httpfiddler...@googlegroups.com.
Exporting a site certificate will not help you.
> > > > > >http://groups.google.com/group/httpfiddler?hl=en.-Hidequoted text
To unsubscribe from this group, send email to httpfiddler...@googlegroups.com.
Is there a standalone version of this application I could have a look
at? Or could you send me a Netmon log? (www.fiddler2.com/redir/?
id=netmon
> > > > > > > >http://groups.google.com/group/httpfiddler?hl=en.-Hidequotedtext
> ...
>
> read more »- Hide quoted text -