A computer system or an application that acts as an intermediary for requests from clients seeking resources

learn more… | top users | synonyms

2
votes
0answers
530 views

Proxy trouble with GeoExt Query Panel?

I got the GeoExt QueryPanel working so far, it recognizes the layers available on my Geoserver but it is not able to get the attribute columns for the dataset. I configured an osgeo proxy on my Apache ...
0
votes
0answers
23 views

I copy/pasted code from ArcGIS .NET ashx proxy into my Controller method, now debugging is jumping all over the place (multi-threaded, apparently)

I have a controller that takes in JSON data via HTTP POST. Inside this controller is a call to a method that I copied/pasted from ArcGIS's .NET implementation of the proxy that's needed to connect to ...
0
votes
0answers
81 views

OpenLayers WMSGetFeatureInfo with Proxy - blocked by server?

I've already been through all the threads regarding openlayers xss problem here at SE. However, I did not find any answer to my issue. I'm running a Geoserver on Tomcat listening on port 8080. If I ...