Hi Tom, to be frank, I really dont understand, why you are sending the GetFeatureInfo request via XMLHttpRequest directly on WMS server, without the Proxy server being involved.....but here are some tips...
- first off all, check you security settings in your browser (You did not mention, what kind browser you are using!!). InternetOptions-Security Tab-Local Zone-Custom Level.....Take a look at the option named "Access data sources across domains" and be sure that it is being set to enabled or prompt. - From what you have written (notes about the ways of the GetFeatureInfo dispatching) , it seems that you have changed the mapbuilder code. You must understand, that if you are dispatching the requests via XMLHttpRequest object, like Mapbuilder do, you must ALWAYS send it through Proxy!!!. It is because the security restriction, there are not other options. Mozilla do not allow this either....The architecture of your web application must be always like it is being described here... http://developer.yahoo.com/javascript/howto-proxy.html XMLHttpRequest Howto Proxy hth regards Denton. -- View this message in context: http://www.nabble.com/proxy-problems-for-GetFeatureInfo-tf3849814.html#a10907822 Sent from the MapBuilder Users mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Mapbuilder-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mapbuilder-users
