Bruno Vermeulen

Results 5 comments of Bruno Vermeulen

Including `` tags seem to help ``

My suggestion is just a check for a HEAD request in views.py and ignore the response. `If request.method == ‘HEAD’ return HttpResponse(‘ok’)`

Same question, is there a plan to implement indexes?

Small error in regex string which occurred at python 3.12

Likely to do with Microsoft outlook safe-link feature, that sends a head request to check the link and thereby consumes the one time verification link. I have resolved this by...