Hello, To perform an HTTP POST in Django, you need to add a decorator to the view.py file. In my fork og pygeoapi, I have implemented it as follows: - https://github.com/IngenieroGeomatico/pygeoapi_plus/blob/master/pygeoapi/django_/views.py#L44 - https://github.com/IngenieroGeomatico/pygeoapi_plus/blob/master/pygeoapi/django_/views.py#L349