i just checked in a new version of jiffy.js that allows cross domain
collection by dynamic creation of img tags. i would appreciate it if
folks tried it out to verify it works in the variety of situations the
real world provides.
bb.
On Jul 25, 8:40 am, "Patrick McFadin" <
pmcfa...@gmail.com> wrote:
> I just looked further down the wikipedia article and noticed that your local
> file work around you use in tiddlywiki is mentioned by name.
>
> On Fri, Jul 25, 2008 at 8:16 AM, Patrick McFadin <
pmcfa...@gmail.com> wrote:
> > Here is a nice description of the rules for AJAX:
>
> >
http://en.wikipedia.org/wiki/Same_origin_policy
>
> > The basic premise is that the request has to be to the same protocol, url
> > and port. Anything else is an error.
>
> > If you are doing local testing, I would suggest the jiffy firefox
> > extention.
http://billwscott.com/jiffyext/It will give you all your
> > timings in a nice graphical format and it doesn't have any AJAX
> > restrictions.
>
> > Patrick
>
> > On Fri, Jul 25, 2008 at 4:16 AM, Jonathan Lister <
jnthnl...@googlemail.com>
> > wrote:
>
> >> It is possible to make cross-domain AJAX requests if you access a html
> >> file from your local disk. I work on the TiddlyWiki open source project (
> >>
tiddlywiki.com) and we make use of this all the time.
> >> I can imagine a scenario where the central Jiffy host on the web
> >> communicates with my local testing ground using this ability, avoid the need
> >> to rely on proxies.
>
> >> J.
>
> >> On Fri, Jul 18, 2008 at 4:43 AM, Ben Maldonado <
benmaldon...@gmail.com>wrote:
>
> >>> As for AJAX being sent to a server that is not on your Domain I would
> >>> suggest having Apache proxy those calls to the third party servers for
> >>> you since no response is required after the measure is called out via
> >>> AJAX.
>
> >>> I would probably do this if I was running IIS. I think setting up
> >>> apache to accept calls from measure and letting all other calls fall
> >>> through to your IIS stack might work. I would guess since the proxy is
> >>> so light it wouldn't cost anything to have it sitting in front of IIS
> >>> to catch these calls to the logger provided in the Jiffy build.
>
> >>> Ben
>
> >>> On Thu, Jul 17, 2008 at 2:01 PM, Scott Ruthfield <
scot...@gmail.com>
> >>> wrote:
> >>> > Jack or Devin might have a different solution, but the easiest path
> >>> might
> >>> > just be to log to your IIS (servers). There's nothing specific about
> >>> Apache
> >>> > that's necessary for this, and (I assume?) IIS can record AJAX posts
> >>> just as
> >>> > well as Apache can.
>
> >>> > (If you do that, please post the proxy.)
>
> >>> > -Scott
>