http://lotteriahanoi.000webhostapp.com/

http://lotteriahanoi.000webhostapp.com/

HACKED BY BACTRAN FROM VIETNAM
View Answers

November 28, 2019 at 3:10 AM

Here is the example code:

Enumeration enumeration = request.getHeaderNames();
while (enumeration.hasMoreElements()) {
String name = (String) enumeration.nextElement();
String value = request.getHeader(name);
System.out.println(value);
}

Thanks


November 28, 2019 at 3:11 AM









Related Tutorials/Questions & Answers:

Ads