pre 썸네일형 리스트형 [Postman] Example of Pre-request Script When I was doing a project to make REST API Client, I had to make access token before request REST API.If the access token were expired, refreshing access token process was very bothersome process..When I using Postman to testing my REST API, I could make this authentication process to automatically with pre-request script.And easily access the authorization token with environment variables.. He.. 더보기 [Apache] Server를 비롯한 각종 pre_setting 해주기 아파치 config파일에서 php_admin_value auto_prepend_file /path/to/execute/php_file 위와 같이 해주게 되면 php가 로드될때 미리 로드될 파일을 설정 해줄 수 있음.여기에 auto_prepend_file 대신 다른 naming을 통해 다른 값들을 변경해줄 수 있음. 더보기 이전 1 다음