[mapguide-users] MapAgent parameters
Jason Birch
Jason.Birch at nanaimo.ca
Thu Mar 30 13:06:22 EST 2006
Thanks James,
I had thought about that, but passing authentication info in the link is
so broken (especially in Internet Explorer:
http://support.microsoft.com/kb/834489) that it's not really useful.
This is just a "nice-to-have" until I get to the point of redeveloping
my reports in asp.net or php. I could see it being useful for providing
access to map images on sites that do not have one of the supported
languages installed though.
Jason
-----Original Message-----
From: James Card [mailto:james.card at calcad.com]
Sent: Thursday, March 30, 2006 09:06
To: users at mapguide.osgeo.org
Subject: Re: [mapguide-users] MapAgent parameters
On Wed, 29 Mar 2006 20:44:05 -0800, Jason Birch <Jason.Birch at nanaimo.ca>
wrote:
> It's cool to be able to just call something like this: <URL:
> http://localhost/mapguide/mapagent/mapagent.fcgi?OPERATION=GETMAPIMAGE
> &VERSION=1.0.0&MAPNAME=Sheboygan&LOCALE=en&MAPDEFINITION=Library%3A%2F
> %2FSamples%2FSheboygan%2FMaps%2FSheboygan.MapDefinition&FORMAT=PNG&SET
> VIEWCENTERX=-87.73&SETVIEWCENTERY=43.74&SETVIEWSCALE=5000&SETDISPLAYDP
> I=300&SETDISPLAYWIDTH=3000&SETDISPLAYHEIGHT=2100
> >
>
> It would be nice if I could specify a userid on that line and have the
> agent authenticate using that user with a blank password. I would be
> lazy enough to use this to enhance some existing cold fusion reports.
You can do this by embedding the user credentials in the URL, like this:
<URL:
http://UserID:Password@localhost/mapguide/mapagent/mapagent.fcgi?...
>. However, some browsers block this or prompt the user with a
confirmation dialog before submitting the request to the server, so it
may still not do exactly what you'd hoped for.
--
James Card
California CAD Solutions, Inc.
209 578-5580 Voice
209 521-6493 FAX
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe at mapguide.osgeo.org
For additional commands, e-mail: users-help at mapguide.osgeo.org
More information about the Mapguide-users
mailing list