secure : dynamic token in PHP

801
2
10-20-2010 03:33 AM
Marie-GilSeptfonds
New Contributor
Hello,

I'm trying to secure my mapservices.
My server's OS is a Linux RedHat.

That's why I want to get a token dynamically with PHP.

Does anyone have some ideas ?

Thanx
0 Kudos
2 Replies
HeribertoMantilla_Santamaría
New Contributor
Hi.

Check out in the Javascript API help proxy page http://resources.esri.com/help/9.3/arcgisserver/apis/javascript/arcgis/help/jshelp_start.htm#jshelp/... Download the file proxypage_php.zip
0 Kudos
Marie-GilSeptfonds
New Contributor
I've already read this help, but I think it's incomplete for my goal.

With this help, when my token is out of date, I have to regenerate a token and modify my proxy.php file and the config file of my jsapi based application.

The goal that I reached, is to have a php script that auto-generate a token when my application asked it to.
0 Kudos