HTTP

    [SAP EAI] Configuring the Receiver Plain HTTP Adapter in SAP

    [SAP EAI] Configuring the Receiver Plain HTTP Adapter in SAP

    Configuring Receiver HTTP Adapter in SAP EAI(XI/PI) Use The plain HTTP outbound channel is a service provided by the Integration Engine. The system is addressed when technical routing determines a corresponding communication channel for the logical receiver from logical routing. The system sends the payload of the message to an HTTP address using HTTP, without being enhanced with an envelope. In..

    [Web] HTTP STATUS_CODE_NOT_OK- 401 Unauthorized

    HTTP STATUS_CODE_NOT_OK- 401 Unauthorized HTTP 401 권한 에러의 원인 1. 클라이언트 오류 2. 403 Forbidden의 오류와 비슷한 서버 권한 구성에 문제가 있을 수 있다. (인증 없이 엑세스 할 수 있는 권한이 없음) 3. 로그인을 하려고 할 때 발생하는 경우가 많은데 대다수 오타로 인한 에러가 많음 4. 따라서, 입력된 데이터가 잘못 기입되었을 경우에 에러가 발생한다. HTTP 401 권한 에러 해결 방법 1. URL을 확인 2. 위에서 말했듯이 기입한 데이터 확인(오타 유무 확인) 3. 로그인의 경우 로그인의 자격 증명을 확인. 4. 인터넷 사용 기록 및 쿠키 삭제 - 인터넷 쿠키에 잘못된 인증이 유지되고 있을 경우에 401 에러가 발생할 수 있다. 참고..

    [Web] HTTP server code 500 reason Internal Server Error explanation Internal Server Error

    HTTP server code 500 reason Internal Server Error explanation Internal Server Error HTTP 500 내부서버오류 에러 원인 1. 서버에 오류가 발생하여 요청을 수행할 수 없을 경우 2. 서버에 과부하가 걸렸을 경우 * 500 Code 에러의 경우에는 웹 서버에 도달했다고 보면 됩니다. * 웹 서버에 도달 후 내부적인 로직 또는 내부적인 처리 부하로 인하여 에러가 발생 * 에러가 발생했을 경우 요청자에게 리턴값을 보내게 되는데 그 리턴값이 바로 500 Error 이다. * 5xx 에러의 경우에는 웹 서버에 도달 후 리턴을 보내는 것이기 때문에 웹서버에서 원인을 파악한다. HTTP 500 내부서버오류 해결방법 1. 에러를 받은 요청자인 경우 ..

    JSON HTTP status code

    https://cloud.google.com/storage/docs/json_api/v1/status-codes HTTP status and error codes for JSON The following document provides reference information about the status codes and error messages that are used in the Cloud Storage JSON API. For the page specific to the Cloud Storage XML API, see HTTP status and error codes for XML. Error Response Format Cloud Storage uses the standard HTTP error..

    HTTP status code

    1xx (정보): 요청을 받았으며 프로세스를 계속한다 2xx (성공): 요청을 성공적으로 받았으며 인식했고 수용하였다 3xx (리다이렉션): 요청 완료를 위해 추가 작업 조치가 필요하다 4xx (클라이언트 오류): 요청의 문법이 잘못되었거나 요청을 처리할 수 없다 5xx (서버 오류): 서버가 명백히 유효한 요청에 대해 충족을 실패했다 1xx (조건부 응답) 요청을 받았으며 작업을 계속한다. 이 상태의 상태 코드는 상태-라인과 선택적 헤더(컴퓨터에서 출력될 때 각 페이지 맨 윗부분에 자동으로 붙는 부분)만을 포함하는 임시의 응답을 나타내고 빈 라인에 의해서 종결된다. HTTP/1.0이래로 어떤 1XX 상태 코드들도 정의 되지 않았다. 서버들은 1XX 응답을 실험적인 상태를 제외하고 HTTP/1.0 클라이..