If someone can show me how to invoke a POST request using ONLY
javascript, I'm all ears.  You can't use any HTML (since the request
is going to be coming from someone elses website), you can only use
javascript to construct and send a the request, you can't include any
external libraries, and the javascript is limited to around 256
characters.

There's a challenge for ya ;-)

-Gregg

On 9/29/06, snacktime <[EMAIL PROTECTED]> wrote:
> On 9/29/06, Gregg Pollack <[EMAIL PROTECTED]> wrote:
> > Please help,
> >
> >      Does anyone know how to override the Mongrel request URI limits
> > built in?  I know it was set at a 512 byte limit, but my application
> > will not work with this in place.
> >
> >      Why do I need a larger limit?  I've written a rails application
> > that uses a bookmarklet to send large amounts of data from site to
> > site.  The only way to do this is (and keep it cross browser
> > compatible) is by building and sending a large URI.
>
> I'm sure it's right there in the source, just search for the string
> 512.  It's probably in mongrel.rb or defined in a file in the
> ext/http11 directory.  But why do you think that is the only way to
> keep it cross browser compatible?  I can't imagine that being true, as
> what you are doing is considered bad practice and prone to causing
> problems for you down the road.
>
> Chris
> _______________________________________________
> Mongrel-users mailing list
> [email protected]
> http://rubyforge.org/mailman/listinfo/mongrel-users
>
_______________________________________________
Mongrel-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/mongrel-users

Reply via email to