티스토리 뷰
1. javascript
console.log('requestURL : ' + /*[[ ${#httpServletRequest.requestURL} ]]*/);
console.log('serverPort : ' + /*[[ ${#httpServletRequest.serverPort} ]]*/);
console.log('serverName : ' + /*[[ ${#httpServletRequest.serverName} ]]*/);
console.log('servletPath : ' + /*[[ ${#httpServletRequest.servletPath} ]]*/);
console.log('remoteAddr : ' + /*[[ ${#httpServletRequest.remoteAddr} ]]*/);
console.log('method : ' + /*[[ ${#httpServletRequest.method} ]]*/);
console.log('requestedSessionId : ' + /*[[ ${#httpServletRequest.requestedSessionId} ]]*/);
console.log('scheme : ' + /*[[ ${#httpServletRequest.scheme} ]]*/);
console.log('protocol : ' + /*[[ ${#httpServletRequest.protocol} ]]*/);
console.log('locale : ' + /*[[ ${#httpServletRequest.locale} ]]*/);
console.log('secure : ' + /*[[ ${#httpServletRequest.secure} ]]*/);
2. 결과
requestURL : http://192.168.0.10:8080/hello/world
serverPort : 8080
serverName : 192.168.0.10
servletPath : /hello/world
remoteAddr : 192.168.0.10
method : GET
requestedSessionId : 47a4fcfb-48a0-44f3-abf5-9b292eb6fd5a
scheme : http
protocol : HTTP/1.1
locale : ko_KR
secure : false
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- Spring
- Mobile
- kotlin
- json parse
- samba
- JavaScript
- Java
- MySQL
- food
- web
- Android
- ssh
- devtools
- Linux
- devel
- Flutter
- dart
- gpkiapi
- springboot
- Security
- 엘리스센터
- HTTP
- TIP
- place
- development
- SSL
- Compile
- Review
- Fun
- 맛집
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함