본문 바로가기

develog

검색하기
develog
프로필사진 냐옴

  • 분류 전체보기 (1787)
    • Dev (274)
      • Spring Boot (12)
      • Spring (18)
      • Java (163)
      • gradle (6)
      • maven (6)
      • junit (26)
      • git (32)
      • docker (10)
    • IDE (85)
      • intellij (26)
      • eclipse (54)
      • Visual Studio Code (5)
    • DB (158)
      • PLSQL (5)
      • Oracle (88)
      • MSSQL (16)
      • MySQL (35)
      • SQL Developer (8)
      • DB common (6)
    • Web & WAS (25)
      • Apache (2)
      • Tomcat (23)
    • OS & Shell (146)
      • Mac (38)
      • Linux (83)
      • Windows (11)
      • bash (14)
    • Virtual Box (5)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/01   »
일 월 화 수 목 금 토
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
  • plugin
  • grep
  • netsh
  • vscode
  • GIT
  • find
  • profile
  • JavaScript
  • port
  • bash
  • context
  • web.xml
  • 단축키
  • VirtualBox
  • Windows 10
  • Quartz
  • lsof
  • maVen
  • ssh
  • xargs
  • 네트워크
  • Eclipse
  • tomcat
  • Windows
  • Mac
  • resource
  • IntelliJ
  • import
  • Source
  • 줄바꿈 문자
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록2025/01/10 (1)

develog

[postman] pre-request 에서 base64 로 인코딩 후 요청하기

Request > Script > Pre-request 에 함수를 등록하고 사용하기 const btoa = require('btoa');// query stringfunction query_string_base64 (paramName) { let oldValue = pm.request.url.query.get(paramName); let newValue = btoa(oldValue); pm.request.url.query.remove(paramName); pm.request.url.query.add({key: paramName, value: newValue});};// path variablefunction path_variable_base64 (...paramNames) { ..

카테고리 없음 2025. 1. 10. 10:20
Prev 1 Next

Blog is powered by kakao / Designed by Tistory

티스토리툴바

단축키

내 블로그

내 블로그 - 관리자 홈 전환
Q
Q
새 글 쓰기
W
W

블로그 게시글

글 수정 (권한 있는 경우)
E
E
댓글 영역으로 이동
C
C

모든 영역

이 페이지의 URL 복사
S
S
맨 위로 이동
T
T
티스토리 홈 이동
H
H
단축키 안내
Shift + /
⇧ + /

* 단축키는 한글/영문 대소문자로 이용 가능하며, 티스토리 기본 도메인에서만 동작합니다.