﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
31768	"`django.http.request` `validate_domains` - should be optional ""Invalid HTTP_HOST header"""	Mateusz Kurowski	nobody	"https://github.com/django/django/blob/master/django/http/request.py#L129

Working with this, i cannot simply use docker host resolution because my host is invalid:

Invalid HTTP_HOST header: 'my_service:8000'. The domain name provided is not valid according to RFC 1034/1035.

This is really annoying as Django and any other project should !!never ever!! force us to check thing that may be irrevelant for the user! Doing this is the first cause of wasting time and workarounds for simple problems - !! assuming that code knows better what the human needs is wrong !!.
Just saying loudly what i think, no offense.

Can we work on this problem?"	Cleanup/optimization	closed	HTTP handling	3.0	Normal	invalid			Unreviewed	0	0	0	0	0	0
