error not found with application/vnd.iota.serializer-v1
header in core api
#1370
Labels
bug
Something isn't working
Bug description
The core API route
/api/core/v2/outputs/:outputId
does not work with theAccept
header being set toapplication/vnd.iota.serializer-v1
, which is the only supported route iniota.go
's node client implementation.Chronicle version
The one deployed behind the public IOTA mainnet instance.
Steps to reproduce the bug
The easiest is to reproduce it with Postman, so you can directly edit the request.
https://chronicle.stardust-mainnet.iotaledger.net/api/core/v2/outputs/0xb191c4bc825ac6983789e50545d5ef07a1d293a98ad974fc9498cb181aa52d000000
with theAccept
header being set toapplication/json
. Works!https://chronicle.stardust-mainnet.iotaledger.net/api/core/v2/outputs/0xb191c4bc825ac6983789e50545d5ef07a1d293a98ad974fc9498cb181aa52d000000
with theAccept
header being set toapplication/vnd.iota.serializer-v1
.When I try to run the same query with the iota.go lib's client (that uses the
application/vnd.iota.serializer-v1
header) I get back a similar response:Expected behaviour
Chronicle's node API handles requests with the
application/vnd.iota.serializer-v1
accept header.Actual behaviour
404 answer from chronicle.
The text was updated successfully, but these errors were encountered: