La description :disallowedhost at / invalid http_host header: 'www.oo3.co'. you may need to add 'www.oo3.co' to allowed_hosts. request method: get request url: http://www.oo3.co/ django version: 2.0.3 exception type:...
Server:Apache/2.4.18 (Ubunt...
L'adresse IP principale: 159.203.176.202,Votre serveur United States,Palatine
ISP:Oak Point Partners Inc TLD:co Code postal:us
Ce rapport est mis à jour en 10-Sep-2018
Created Date:
2013-12-07
Changed Date:
2017-08-11
Expires Date:
2017-12-06
Données techniques du oo3.co
Geo IP vous fournit comme la latitude, la longitude et l'ISP (Internet Service Provider) etc. informations.
Notre service GeoIP a trouvé l'hôte oo3.co.Actuellement, hébergé dans United States et son fournisseur de services est Oak Point Partners Inc .
Les informations d'en-tête HTTP font partie du protocole HTTP que le navigateur d'un utilisateur envoie à appelé Apache/2.4.18 (Ubuntu) contenant les détails de ce que le navigateur veut et acceptera de nouveau du serveur Web.
IP:159.203.176.202 ASN:14061 OWNER:DIGITALOCEAN-ASN - DigitalOcean, LLC, US Country:US
mx:
MX preference = 10, mail exchanger = eforward2.registrar-servers.com. MX preference = 10, mail exchanger = eforward1.registrar-servers.com. MX preference = 10, mail exchanger = eforward3.registrar-servers.com. MX preference = 20, mail exchanger = eforward5.registrar-servers.com. MX preference = 15, mail exchanger = eforward4.registrar-servers.com.
HtmlToText
disallowedhost at / invalid http_host header: 'www.oo3.co'. you may need to add 'www.oo3.co' to allowed_hosts. request method: get request url: http://www.oo3.co/ django version: 2.0.3 exception type: disallowedhost exception value: invalid http_host header: 'www.oo3.co'. you may need to add 'www.oo3.co' to allowed_hosts. exception location: /flash/venv/lib/python3.5/site-packages/django/http/request.py in get_host, line 105 python executable: /flash/venv/bin/python python version: 3.5.2 python path: ['/flash/django/flash/src', '/flash/venv/lib/python35.zip', '/flash/venv/lib/python3.5', '/flash/venv/lib/python3.5/plat-x86_64-linux-gnu', '/flash/venv/lib/python3.5/lib-dynload', '/usr/lib/python3.5', '/usr/lib/python3.5/plat-x86_64-linux-gnu', '/flash/venv/lib/python3.5/site-packages'] server time: mon, 10 sep 2018 05:12:03 +0000 traceback switch to copy-and-paste view /flash/venv/lib/python3.5/site-packages/django/core/handlers/exception.py in inner this decorator is automatically applied to all middleware to ensure that no middleware leaks an exception and that the next middleware in the stack can rely on getting a response instead of an exception. """ @wraps(get_response) def inner(request): try: response = get_response(request) ... except exception as exc: response = response_for_exception(request, exc) return response return inner ▶ local vars variable value exc disallowedhost("invalid http_host header: 'www.oo3.co'. you may need to add 'www.oo3.co' to allowed_hosts.",) get_response <django.middleware.common.commonmiddleware object at 0x7f5ac2575dd8> request <wsgirequest: get '/'> /flash/venv/lib/python3.5/site-packages/django/utils/deprecation.py in __call__ def __init__(self, get_response=none): self.get_response = get_response super().__init__() def __call__(self, request): response = none if hasattr(self, 'process_request'): response = self.process_request(request) ... if not response: response = self.get_response(request) if hasattr(self, 'process_response'): response = self.process_response(request, response) return response ▶ local vars variable value request <wsgirequest: get '/'> response none self <django.middleware.common.commonmiddleware object at 0x7f5ac2575dd8> /flash/venv/lib/python3.5/site-packages/django/middleware/common.py in process_request # check for denied user-agents if 'http_user_agent' in request.meta: for user_agent_regex in settings.disallowed_user_agents: if user_agent_regex.search(request.meta['http_user_agent']): raise permissiondenied('forbidden user agent') # check for a redirect based on settings.prepend_www host = request.get_host() ... must_prepend = settings.prepend_www and host and not host.startswith('www.') redirect_url = ('%s://www.%s' % (request.scheme, host)) if must_prepend else '' # check if a slash should be appended if self.should_redirect_with_slash(request): path = self.get_full_path_with_slash(request) ▶ local vars variable value request <wsgirequest: get '/'> self <django.middleware.common.commonmiddleware object at 0x7f5ac2575dd8> /flash/venv/lib/python3.5/site-packages/django/http/request.py in get_host return host else: msg = "invalid http_host header: %r." % host if domain: msg += " you may need to add %r to allowed_hosts." % domain else: msg += " the domain name provided is not valid according to rfc 1034/1035." raise disallowedhost(msg) ... def get_port(self): """return the port number for the request as a string.""" if settings.use_x_forwarded_port and 'http_x_forwarded_port' in self.meta: port = self.meta['http_x_forwarded_port'] else: ▶ local vars variable value allowed_hosts ['159.203.176.202'] domain 'www.oo3.co' host 'www.oo3.co' msg ("invalid http_host header: 'www.oo3.co'. you may need to add 'www.oo3.co' to " 'allowed_hosts.') port '' self <wsgirequest: get '/'> environment: request method: get request url: http://www.oo3.co/ django version: 2.0.3 python version: 3.5.2 installed applications: ['django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.messages', 'django.contrib.staticfiles', 'accounts', 'courses', 'flashcards', 'rest_framework', 'corsheaders'] installed middleware: ['django.middleware.security.securitymiddleware', 'django.contrib.sessions.middleware.sessionmiddleware', 'django.middleware.common.commonmiddleware', 'django.middleware.csrf.csrfviewmiddleware', 'django.contrib.auth.middleware.authenticationmiddleware', 'django.contrib.messages.middleware.messagemiddleware', 'django.middleware.clickjacking.xframeoptionsmiddleware', 'corsheaders.middleware.corsmiddleware', 'django.middleware.common.commonmiddleware'] traceback: file "/flash/venv/lib/python3.5/site-packages/django/core/handlers/exception.py" in inner 35. response = get_response(request) file "/flash/venv/lib/python3.5/site-packages/django/utils/deprecation.py" in __call__ 93. response = self.process_request(request) file "/flash/venv/lib/python3.5/site-packages/django/middleware/common.py" in process_request 55. host = request.get_host() file "/flash/venv/lib/python3.5/site-packages/django/http/request.py" in get_host 105. raise disallowedhost(msg) exception type: disallowedhost at / exception value: invalid http_host header: 'www.oo3.co'. you may need to add 'www.oo3.co' to allowed_hosts. request information user [unable to retrieve the current user] get no get data post no post data files no files data cookies no cookie data meta variable value context_document_root '/var/www/html' context_prefix '' document_root '/var/www/html' gateway_interface 'cgi/1.1' http_accept '*/*' http_accept_encoding 'gzip, deflate' http_connection 'keep-alive' http_host 'www.oo3.co' http_referer 'http://www.bing.com/' http_user_agent 'mozilla/5.0 (compatible; msie 10.0; windows nt 6.1; wow64; trident/6.0)' path_info '/' path_translated '/flash/django/flash/src/flashcourses/wsgi.py/' query_string '' remote_addr '45.33.85.57' remote_port '55102' request_method 'get' request_scheme 'http' request_uri '/' script_filename '/flash/django/flash/src/flashcourses/wsgi.py' script_name '' server_addr '159.203.176.202' server_admin 'webmaster@localhost' server_name 'www.oo3.co' server_port '80' server_protocol 'http/1.1' server_signature '<address>apache/2.4.18 (ubuntu) server at www.oo3.co port 80</address>\n' server_software 'apache/2.4.18 (ubuntu)' apache.version (2, 4, 18) mod_wsgi.application_group '127.0.1.1|' mod_wsgi.callable_object 'application' mod_wsgi.daemon_connects '1' mod_wsgi.daemon_restarts '0' mod_wsgi.daemon_start '1536556323328768' mod_wsgi.enable_sendfile '0' mod_wsgi.handler_script '' mod_wsgi.input_chunked '0' mod_wsgi.listener_host '' mod_wsgi.listener_port '80' mod_wsgi.process_group 'flashcourses' mod_wsgi.queue_start '1536556323328622' mod_wsgi.request_handler 'wsgi-script' mod_wsgi.request_start '1536556323328448' mod_wsgi.script_reloading '1' mod_wsgi.script_start '1536556323328924' mod_wsgi.version (4, 3, 0) wsgi.errors <_io.textiowrapper encoding='utf-8'> wsgi.file_wrapper '' wsgi.input <mod_wsgi.input object at 0x7f5ac254f530> wsgi.multiprocess false wsgi.multithread true wsgi.run_once false wsgi.url_scheme 'http' wsgi.version (1, 0) settings using settings module flashcourses.settings.common setting value absolute_url_overrides {} admins [] allowed_hosts ['159.203.176.202'] append_slash true authentication_backends ['django.contrib.auth.backends.modelbackend'] auth_password_validators '********************' auth_user_model 'auth.user' base_dir '/flash/django/flash/src/flashcourses' caches {'default': {'backend': 'django.core.cache.backends.memcached.memcachedcache', 'location': '127.0.0.1:11211'}} cache_middleware_alias 'default' cache_middleware_key_prefix '********************' cache_middleware_seconds 600 cors_origin_allow_all true csrf_cookie_age 31449600 csrf_cookie_domain none csrf_cookie_httponly false csrf_cookie_name 'csrftoken' csrf_cookie_path '/' csrf_cookie_secure
Informations Whois
Whois est un protocole qui permet d'accéder aux informations d'enregistrement.Vous pouvez atteindre quand le site Web a été enregistré, quand il va expirer, quelles sont les coordonnées du site avec les informations suivantes. En un mot, il comprend ces informations;
Domain Name: OO3.CO Domain ID: D52132302-CO Sponsoring Registrar: NAMECHEAP, INC. Sponsoring Registrar IANA ID: 1068 Registrar URL (registration services): http://www.namecheap.com Domain Status: clientTransferProhibited Domain Status: pendingDelete Registrant ID: NMNHEGZWSRHYIJFN Registrant Name: Sam Bonnet Registrant Address1: 29 Registrant Address2: North Registrant City: Bham Registrant State/Province: West Midlands Registrant Postal Code: B29 6AN Registrant Country: UNITED KINGDOM Registrant Country Code: GB Registrant Phone Number: +1.7891144567 Registrant Facsimile Number: +1.5555555555 Registrant Email: neq3hosting@gmail.com Administrative Contact ID: POBMSSB2XOWLYQ2Z Administrative Contact Name: Sam Bonnet Administrative Contact Address1: 29 Administrative Contact Address2: North Administrative Contact City: Bham Administrative Contact State/Province: West Midlands Administrative Contact Postal Code: B29 6AN Administrative Contact Country: UNITED KINGDOM Administrative Contact Country Code: GB Administrative Contact Phone Number: +1.7891144567 Administrative Contact Facsimile Number: +1.5555555555 Administrative Contact Email: neq3hosting@gmail.com Billing Contact ID: QAVVSLHOKJA40I0K Billing Contact Name: Sam Bonnet Billing Contact Address1: 29 Billing Contact Address2: North Billing Contact City: Bham Billing Contact State/Province: West Midlands Billing Contact Postal Code: B29 6AN Billing Contact Country: UNITED KINGDOM Billing Contact Country Code: GB Billing Contact Phone Number: +1.7891144567 Billing Contact Facsimile Number: +1.5555555555 Billing Contact Email: neq3hosting@gmail.com Technical Contact ID: 3CB5KYKQLF0R4AWV Technical Contact Name: Sam Bonnet Technical Contact Address1: 29 Technical Contact Address2: North Technical Contact City: Bham Technical Contact State/Province: West Midlands Technical Contact Postal Code: B29 6AN Technical Contact Country: UNITED KINGDOM Technical Contact Country Code: GB Technical Contact Phone Number: +1.7891144567 Technical Contact Facsimile Number: +1.5555555555 Technical Contact Email: neq3hosting@gmail.com Name Server: NS1.PARKCO2.NEUSTAR.BIZ Name Server: NS2.PARKCO2.NEUSTAR.BIZ Created by Registrar: ENOM, LLC Last Updated by Registrar: NAMECHEAP, INC. Last Transferred Date: Wed Aug 26 21:31:51 GMT 2015 Domain Registration Date: Sat Dec 07 10:45:22 GMT 2013 Domain Expiration Date: Wed Dec 06 23:59:59 GMT 2017 Domain Last Updated Date: Fri Aug 11 14:12:30 GMT 2017 Reservation Eligibility Start Date: Sun Sep 10 17:00:00 GMT 2017 Reservation Placed: No Reservation Eligibility End Date: Thu Sep 14 17:00:00 GMT 2017 DNSSEC: false
>>>> Whois database was last updated on: Sat Aug 12 21:29:23 GMT 2017 <<<< .CO Internet, S.A.S., the Administrator for .CO, has collected this information for the WHOIS database through Accredited Registrars. This information is provided to you for informational purposes only and is designed to assist persons in determining contents of a domain name registration record in the .CO Internet registry database. .CO Internet makes this information available to you "as is" and does not guarantee its accuracy.
By submitting a WHOIS query, you agree that you will use this data only for lawful purposes and that, under no circumstances will you use this data: (1) to allow, enable, or otherwise support the transmission of mass unsolicited, commercial advertising or solicitations via direct mail, electronic mail, or by telephone; (2) in contravention of any applicable data and privacy protection laws; or (3) to enable high volume, automated, electronic processes that apply to the registry (or its systems). Compilation, repackaging, dissemination, or other use of the WHOIS database in its entirety, or of a substantial portion thereof, is not allowed without .CO Internet's prior written permission. .CO Internet reserves the right to modify or change these conditions at any time without prior or subsequent notification of any kind. By executing this query, in any manner whatsoever, you agree to abide by these terms. In some limited cases, domains that might appear as available in whois might not actually be available as they could be already registered and the whois not yet updated and/or they could be part of the Restricted list. In this cases, performing a check through your Registrar's (EPP check) will give you the actual status of the domain. Additionally, domains currently or previously used as extensions in 3rd level domains will not be available for registration in the 2nd level. For example, org.co,mil.co,edu.co,com.co,net.co,nom.co,arts.co, firm.co,info.co,int.co,web.co,rec.co,co.co.
NOTE: FAILURE TO LOCATE A RECORD IN THE WHOIS DATABASE IS NOT INDICATIVE OF THE AVAILABILITY OF A DOMAIN NAME.
All domain names are subject to certain additional domain name registration rules. For details, please visit our site at www.cointernet.co .
Nous utilisons des cookies pour personnaliser votre expérience sur notre site. En poursuivant votre navigation, vous acceptez cette utilisation. Apprendre encore plus