# Transfer 함수 호출 시 "nvalid response received: 403" 오류가 발생하였습니다

**URL:** https://devforum.kaia.io/t/transfer-nvalid-response-received-403/3618
**Category:** Caver
**Created:** [2월 7, 2022, 12:12오전 UTC](https://devforum.kaia.io/t/transfer-nvalid-response-received-403/3618 "2022-02-07T00:12:26Z")
**Posts on this page:** 1
**Showing post:** 6

<div class="post-metadata">

### Author: ![ToTheMoon](https://avatars.discourse-cdn.com/v4/letter/t/46a35a/32.png) [@ToTheMoon](https://devforum.kaia.io/u/ToTheMoon)
#### Post date: [2월 7, 2022, 8:14오전 UTC](https://devforum.kaia.io/t/transfer-nvalid-response-received-403/3618/6 "2022-02-07T08:14:08Z")

</div>

@Denver

헤더부분을 확인하다가 문의점이 생겨서 질문드립니다.

```auto
HttpService httpService = new HttpService("https://node-api.klaytnapi.com/v1/klaytn");
            httpService.addHeader("Authorization", Credentials.basic(accessKey, secretAccessKey));
            httpService.addHeader("x-chain-id", "1001");
            Caver _caver = new Caver(httpService);

```

위와같이 설정을하였습니다.

하나의 쓰레드에서 재사용하도록 서비스를 구현했습니다.  
재사용이 안되는건지 확인해보려고 caver의 Authorization 헤더부분의 설정정보를 log로 확인해보고 싶은데  
해당 정보는 어떻게 확인을 할 수 있는지 문의드립니다.

---

_[View the full topic](https://devforum.kaia.io/t/transfer-nvalid-response-received-403/3618)._
