We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ed31b4 commit ee73830Copy full SHA for ee73830
pygeoapi/django_/views.py
@@ -39,6 +39,7 @@
39
40
from django.conf import settings
41
from django.http import HttpRequest, HttpResponse
42
+from django.views.decorators.csrf import csrf_exempt
43
44
from pygeoapi.api import API, APIRequest, apply_gzip
45
import pygeoapi.api as core_api
@@ -343,6 +344,7 @@ def processes(request: HttpRequest,
343
344
process_id)
345
346
347
+@csrf_exempt
348
def process_execution(request: HttpRequest, process_id: str) -> HttpResponse:
349
"""
350
OGC API - Processes execution endpoint
0 commit comments