twitter-archive / diffy

Find potential bugs in your services with Diffy
https://twitter.com/diffyproject
Apache License 2.0
3.83k stars 368 forks source link

Having trouble getting Diffy to separate endpoints #30

Closed glzr-dev closed 8 years ago

glzr-dev commented 8 years ago

As I send requests to Diffy, all the results are lumped together under a single title: "Undefined_endpoint." It looks like this:

screenshot from 2015-11-19 13 49 57

What do I need to do to have each endpoint get its own label?

puneetkhanduri commented 8 years ago

Per endpoint bucketing in Diffy requires either the request to have a "Canonical-Resource" header or the responses from the targets to have an "X-Action-Name" header with the endpoint name as the value.

glzr-dev commented 8 years ago

Thanks! And sorry for raising an issue that had already been addressed. I didn't see #6 before.