~Can anyone here let me know what the is issue in ...
# talk-oathkeeper
b
Can anyone here let me know what the is issue in this response for
hydrator
mutators in the Oathkeeper (I copied it from ory documentation)?
Copy code
{
  "subject": "anonymous",
  "extra": {
    "foo": "bar"
  },
  "header": {
    "foo": [
      "bar1",
      "bar2"
    ]
  },
  "match_context": {
    "regexp_capture_groups": [
      "http",
      "foo"
    ],
    "url": "<http://domain.com/foo>"
  }
}
I’m getting the error
json: cannot unmarshal string into Go struct field MatchContext.match_context.url of type url.URL