목록Http & Api (82)
투케이2K
[개발 환경 설정] 개발 툴 : Edit++ 개발 기술 : Ajax [소스 코드] [결과 출력] ========================================= [response] : [success]] ----------------------------------------- [response] : {"userId":1,"id":101} ----------------------------------------- [userId] : 1 ----------------------------------------- [id] : 101 =========================================
[개발 환경 설정] 개발 툴 : Edit++ 개발 기술 : Ajax [소스 코드]
[개발 환경 설정] 개발 툴 : Edit++ 개발 기술 : Axios [소스 코드] /** ------------------------------------------------------- [요약 설명] ------------------------------------------------------- 1. withCredentials : 서로 다른 도메인 (크로스 도메인) 에 요청을 보낼 때 요청에 credential 정보를 담아서 보낼 지를 결정하는 항목 ------------------------------------------------------- 2. credential 정보가 포함되어 있는 요청 종류 [클라이언트] : - 쿠키를 첨부해서 보내는 요청 - 헤더에 Authorization ..
[개발 환경 설정] 개발 툴 : Edit++ 개발 기술 : Ajax [소스 코드] /** ------------------------------------------------------- [요약 설명] ------------------------------------------------------- 1. withCredentials : 서로 다른 도메인 (크로스 도메인) 에 요청을 보낼 때 요청에 credential 정보를 담아서 보낼 지를 결정하는 항목 ------------------------------------------------------- 2. credential 정보가 포함되어 있는 요청 종류 [클라이언트] : - 쿠키를 첨부해서 보내는 요청 - 헤더에 Authorization 항..
[개발 환경 설정] 개발 툴 : Edit++ 개발 기술 : fetch [소스 코드] [결과 출력] ========================================= [testMain] : [CALLBACK] ----------------------------------------- [success] : true ----------------------------------------- [response] : {"userId":1,"id":1,"title":"foo","body":"quia et suscipit\nsuscipit recusandae consequuntur expedita et cum\nreprehenderit molestiae ut ut quas totam\nnostrum ..
[개발 환경 설정] 개발 툴 : Edit++ 개발 기술 : fetch [소스 코드] [결과 출력] ========================================= [testMain] : [CALLBACK] ----------------------------------------- [success] : true ----------------------------------------- [response] : {"id":1,"title":"foo","body":"bar","userId":1} =========================================
[개발 환경 설정] 개발 툴 : Edit++ 개발 기술 : Axios [소스 코드] [결과 출력]
[개발 환경 설정] 개발 툴 : Edit++ 개발 기술 : Axios [소스 코드] [결과 출력]
[개발 환경 설정] 개발 툴 : Edit++ 개발 기술 : Axios [소스 코드] [결과 출력]
[개발 환경 설정] 개발 툴 : Edit++ 개발 기술 : Ajax [소스 코드] [결과 출력]
[개발 환경 설정] 개발 툴 : Edit++ 개발 기술 : Ajax [소스 코드] [결과 출력]
[타이틀] 제목 : Talend API Tester (http 통신 테스터) 사용해 PATCH 방식 요청 수행 방법 [요청 정보] Request Method : PATCH Request URL : https://jsonplaceholder.typicode.com/posts/1 Request Header : Content-Type : application/json Request Body : { "title": "foo" } [설 명]
[타이틀] 제목 : Talend API Tester (http 통신 테스터) 사용해 DELETE 방식 요청 수행 방법 [요청 정보] Request Method : DELETE Request URL : https://jsonplaceholder.typicode.com/posts/1 [설 명]
[타이틀] 제목 : Talend API Tester (http 통신 테스터) 사용해 PUT 방식 요청 수행 방법 [요청 정보] Request Method : PUT Request URL : https://jsonplaceholder.typicode.com/posts/1 Request Header : Content-Type : application/json Request Body : { "id": 1, "title": "foo", "bar": "foo", "userId": 1 } [설 명]
[타이틀] 제목 : Talend API Tester (http 통신 테스터) 사용해 POST Body Json 방식 요청 수행 방법 [요청 정보] Request Method : POST Request URL : https://jsonplaceholder.typicode.com/posts Request Header : Content-Type : application/json Request Body : { "id": 1, "userId": 1 } [설 명]
[타이틀] 제목 : Talend API Tester (http 통신 테스터) 사용해 POST Query String 방식 요청 수행 방법 [요청 정보] Request Method : POST Request Header : Content-Type : application/x-www-form-urlencoded Request URL : https://jsonplaceholder.typicode.com/posts?userId=1&id=1 [설 명]
[타이틀] 제목 : Talend API Tester (http 통신 테스터) 사용해 GET 방식 요청 수행 방법 [요청 정보] Request Method : GET Request Header : Content-Type : application/x-www-form-urlencoded Request URL : https://jsonplaceholder.typicode.com/posts?userId=1&id=1 [설 명]
[타이틀] 제목 : Talend API Tester (http 통신 테스터) 사용해 파이어베이스 푸시 (push) 알림 메시지 전송 방법 [요청 정보] Request Method : POST Request Header : Content-Type : application/json Authorization : key=등록된 서버 키 값 Request URL : https://fcm.googleapis.com/fcm/send Request Body : Android 및 Ios 타입에 맞는 JSON 형식 [설 명]
[타이틀] 제목 : Talend API Tester (http 통신 테스터) 사용해 멀티파트 form data 요청 방법 정의 [요청 정보] Request Method : POST Request Header : Content-Type : multipart/form-data Request URL : https://localhost:7000/resourceInsertImage Request Body : [From] 선택 >> key , value 삽입 실시 [설 명]
[개발 환경 설정] 개발 툴 : Edit++ 개발 기술 : Ajax [소스 코드] [결과 출력] ========================================= [window onload] : [start] ========================================= ========================================= [testMain] : [start] ========================================= ========================================= [testMain] : [response] : [http 응답 결과 확인] -----------------------------------------..