complete-javascript-course icon indicating copy to clipboard operation
complete-javascript-course copied to clipboard

Bad Request

Open misiko98 opened this issue 2 years ago • 1 comments

My URL is spelled correctly but i am getting a 400 bad request message when sending data via the api. errorMessage

misiko98 avatar Oct 09 '22 09:10 misiko98

Hi, remove the / character after recipes in the URI, so it looks like

https://forkify-api.herokuapp.com/api/v2/recipes?search=pizza&key=<insert your key>

akozdev avatar Oct 09 '22 13:10 akozdev