That's a really bad idea in general. If you want to post, use
something like this::

    var d = doXHR(url, {
        method: 'POST',
        'mimeType': 'text/plain',
        'headers': [['Accept', 'application/json']]
    }).addCallback(MochiKit.Async.evalJSONRequest);

-bob

On 11/30/06, Martyn Smith <[EMAIL PROTECTED]> wrote:
> Just as a side note, I found that by POSTING all my data rather than using
> GET (which is the loadJSONDoc default) that browsers (namely IE) stopped
> caching when it shouldn't.
>
> Perhaps loadJSONDoc could post by default rather than GET?, or perhaps have
> an option/another function for doing this?
>
>
> On 12/1/06, Jorge Godoy <[EMAIL PROTECTED]> wrote:
> >
> > "Bob Ippolito" <[EMAIL PROTECTED]> writes:
> >
> > > Even if it was relevant, the chances of doing a request precisely one
> > > hour after a previous request during the one hour per year in which
> > > that happens is a whole lot less than getting the same random number
> > > twice during any session at any time of the year. Especially
> > > considering the fact that most normal people are sleeping during (at
> > > least) the second 2am...
> >
> > Time changes earlier here in .br, for example.  Anyway, point taken and it
> is
> > better using the timestamp then.
> >
> > --
> > Jorge Godoy      < [EMAIL PROTECTED]>
> >
> >
> >
>
>
>
> --
> Martyn
>
>  >
>

--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"MochiKit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/mochikit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to