Avnish1985 / bitly-api

Automatically exported from code.google.com/p/bitly-api
0 stars 0 forks source link

/v3/expand does not validate domain of shortUrl parameter #19

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. /v3/expand shortUrl=http://notbitlydomain.com/1224
2. get a valid response for http://bit.ly/1234

What is the expected output? 

it should return a NOT_FOUND entry or a NOT_BITLY_DOMAIN entry and echo back  
that shortUrl

Original issue reported on code.google.com by jehiah on 8 May 2010 at 3:09