add hostname used to debug message
This commit is contained in:
		
							parent
							
								
									d969a7d4d4
								
							
						
					
					
						commit
						4da591c926
					
				| @ -212,7 +212,7 @@ module.exports.create = function (webserver, xconfx, state) { | ||||
| 
 | ||||
|             if (!/^api\.[a-z0-9\-]+/.test(hostname)) { | ||||
|               res.send({ error: | ||||
|                { message: "API access is restricted to proper 'api'-prefixed lowercase subdomains." | ||||
|                { message: "['" + hostname + "'] API access is restricted to proper 'api'-prefixed lowercase subdomains." | ||||
|                    + " The HTTP 'Host' header must exist and must begin with 'api.' as in 'api.example.com'." | ||||
|                    + " For development you may test with api.localhost.daplie.me (or any domain by modifying your /etc/hosts)" | ||||
|                , code: 'E_NOT_API' | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user