fcl-js
fcl-js copied to clipboard
Add FCL request header to SDK Transports
trafficstars
Overview
Access nodes wish to keep track of which requests come from FCL clients. In order to do this, we should add an FCL header to each request to access node.
Expected Outcomes
- [ ] GRPC transport sends the FCL header in all requests
- [ ] HTTP transport sends the FCL header in all requests
We will need to also add the FCL version as a header to the request.
Closing and deferring to #1561 for direction on this.