That did it!!!  Data URI scheme completely removed all my external
resource dependencies!  I don't even have to host the image files!

On Jul 25, 7:35 am, Zinthose <[email protected]> wrote:
> Ironic that no more that 5 minutes after I posted this message I
> discover the "Data URI scheme" 
> athttp://en.wikipedia.org/wiki/Data_URI_scheme#Web_browser_support.
>
> I'm going to play around with this and post here my findings.
>
> On Jul 25, 7:28 am, Zinthose <[email protected]> wrote:
>
> > Background:
> >    I'm altering the web console of an Orion Network Monitoring
> > Appliance to include a button to generate and download a text file
> > that when opened will remote into the targeted system.
>
> > What I've done:
> >    I've successfully created a script that adds the button and
> > triggers a php script on a local and trusted LAMP VM to generate and
> > download the text file based on parameters fed into PHP GET.
>
> > What I want:
> >    Remove the dependency for the VM server and have the file locally
> > generated dynamically within the Javascript without the need to call
> > to external servers.  I haven't found any way to do it yet and was
> > wondering if anyone has found a solution?  The reason I want this
> > generated locally is to prevent passwords from traversing the network
> > needlessly and to remove the bloat of a dedicated LAMP server to
> > process this request.
>
> > Thanks in advance to any and all feed back.

-- 
You received this message because you are subscribed to the Google Groups 
"greasemonkey-users" 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/greasemonkey-users?hl=en.

Reply via email to