capedwarf

TaskQueue failing to do HTTP call - Missing mandatory headers?

可紊 提交于 2020-01-04 04:43:04
问题 Error is in this code: public String getVersion() { String result = null; int index = this.getRequest().getProtocol().indexOf(47); if (index != -1) { result = this.getRequest().getProtocol().substring(index + 1); } return result; } Error is "Couldn't find the mandatory "Host" HTTP header.": 10:34:29,889 INFO [org.restlet] (Thread-6 (HornetQ-client-global-threads-1773619305)) Couldn't find the mandatory "Host" HTTP header. 10:34:29,910 WARNING [org.restlet.Component.Server] (Thread-6 (HornetQ