Why can't inter service calls pass through headers?
Open
good first issue
kind/bug
P1
size/XS
triaged/resolved
- Dominant language
- Java
- Stars
- 300
- Forks
- 230
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 4
Description
## Ask your question here

```java
Map map = new HashMap<>(2);
map.put("aaa", "96969");
HttpExtension httpExtension = new HttpExtension(DaprHttp.HttpMethods.GET, null, map);
byte[] s =
daprClient
.invokeMethod(appId, "api/v1/test", "", httpExtension, map, TypeRef.BYTE_ARRAY)
.block();
```
throw new UnsupportedOperationException();
Is it the calling problem of my code or the original design
Contributor guide
Assessment
This issue has not been assessed yet.