Description
My responses have the Content-Type "application/vnd.mapbox-vector-tile" (https://github.com/mapbox/vector-tile-spec). Even though I properly configured Protobuf for the URL path, the previewer did not show the decoded response body:
To circumvent this, I had to add script that changes the header: response.headers["Content-Type"] = "Content-Type: application/protobuf";
Why this feature/change is important?
It would make it easier to decode Protobuf, as right now a custom script is needed in some cases.
Context
Protobuf Settings / rule:

Description
My responses have the Content-Type "application/vnd.mapbox-vector-tile" (https://github.com/mapbox/vector-tile-spec). Even though I properly configured Protobuf for the URL path, the previewer did not show the decoded response body:
To circumvent this, I had to add script that changes the header:
response.headers["Content-Type"] = "Content-Type: application/protobuf";Why this feature/change is important?
It would make it easier to decode Protobuf, as right now a custom script is needed in some cases.
Context
Protobuf Settings / rule: