i working django admin panel. have external link in admin panel when clicked on, send custom header along request.
i wrote own middleware django doesn't seem doing external links, links link other parts of django admin. there way add header request external link? thanks!
when user clicks on link, request sent user's browser, not django application.
it not possible django make user's browser send particular http headers.
you use javascript send headers (e.g. using jquery), work ajax requests.
Comments
Post a Comment