Skip to content

Tag: java

Remove backslash before forward slash

Context: GoogleBooks API returing unexpected thumbnail url Ok so i found the reason for the problem i had in that question what i found was the returned url from the googlebooks api was something like this: Going to that url would return a error, but if i replaced the ” /”s with “/” it…