Re: Proxy problem (permissions denied)

2014-05-26 Thread Me Sulphur
Sorry, logging in after a while. Hopefully you have solved the problem by now. Answering just in case some one stumbles upon through Google. The problem is not the proxy, it is that you are accessing SITE B (localhost:*8080*) from SITE A (localhost:*8000*) from within the browser, which is disallo

Re: Proxy problem (permissions denied)

2014-03-27 Thread rmu
Hi, I have been stuck in the same *proxy* thing. While I tried to get wfs point layer from geoserver in openlayers i got error in the chrome console: 1. OPTIONS http://localhost:8080/geoserver/EMIS/wfs No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin

Re: Proxy problem (permissions denied)

2014-02-01 Thread Gkpetrak
Hi Me Sulphur, Thank you so much my friend ! A two weeks problem solved !! The problem was the csrfmiddleware token in my POST request. Thank you in advance, George -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group

Re: Proxy problem (permissions denied)

2014-01-30 Thread Me Sulphur
Hopefully you have included the csrfmiddleware token in your POST request payload or data. Overlooking same is usually one of the frequent causes of 403 in development. Read here: https://docs.djangoproject.com/en/dev/ref/contrib/csrf/ BTW, you can also consider using GeoDjango

Proxy problem (permissions denied)

2014-01-30 Thread Gkpetrak
Hello, I'm trying to develop a GIS app using Django / OpenLayers / GeoServer. GeoServer is an open source software server that allows users to share and edit geospatial data. I'm working on development mode, with development server of Django. The base url of my app is: http://127.0.0.1:8000/ a