Answer the question
In order to leave comments, you need to log in
How to make a POST to a third-party site?
I have a POST request to a third party resource on my site.
After sending it, I process the callback like this:
urlpatterns = [
path(CALLBACK_URL, csrf_exempt(CallBack.as_view()), name='callback'),
]
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question