반응형
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- ios
- Deveopment
- Tomcat
- ngshow
- 폰트적용하기
- 행나누기
- android 내부 저장
- 전세대출연장
- JSP
- 프러퍼티
- 플러터폰트적용하기
- 공유기능
- ios공유하기
- 스위프트
- DB연동
- Android
- flutterfont
- adb
- AndroidStudio
- DB
- ios share
- VirtualBox 오류
- android 데이터 저장
- TEXT속성
- ng-show
- 중소기업전세대출연장심사
- android 저장
- 플러터폰트
- SQL분할
- Context 쉽게
Archives
- Today
- Total
목록base64 (1)
beomboo
WebView 89 HTTP 개행 및 특수문자 미 포함이슈 (2021.03~)
1. Google Play Console 메시지 2021년도 2월부터 메시지함에 노출 (미노출되는 앱도 존재) 2. 해결 앱 내에서 헤더에 디바이스ID 값을 넘겨 보내는 중 문자열 끝부분에서 개행이 포함됨을 확인 encrypt256, 인코딩 하는 부분에서 Base64.DEFAULT 로 설정이 되어있음을 확인 검색 결과 NO_WRAP 이라는 셋팅값으로 넣어줘야 개행을 포함 안하게됨. 관련 자료 https://ddolcat.tistory.com/47 /** * Default values for encoder/decoder flags. */ public static final int DEFAULT = 0; /** * Encoder flag bit to omit the padding '=' characters ..
AOS
2022. 2. 17. 11:45