p1ngul1n0/blackbird

Changes in the performance of the search service in Gravatar

ManuelBot59 opened this issue · 0 comments

current code:

{
"app": "Gravatar",
"id": 319,
"method": "GET",
"url": "http://en.gravatar.com/profiles/{username}.json",
"valid": "response.status == 200 and 'entry' in responseContent"
},
{

changes in the data.json file with this code:

{
"app": "Gravatar",
"id": 319,
"method": "GET",
"url": "http://en.gravatar.com/{username}",
"valid": "response.status == 200 and 'entry' in responseContent"
},