I have a url of the following format wherein I’m setting the count to 100 for corresponding number of records: http://www.mockaroo.com/api/generate.json?key=******&include_nulls=true&count=100.
Everything works fine as long as count is not specified in the url. Once I add count parameter to url, the request fails.
Can someone please give me some pointers on this.
Thanks.