Here is the content I need to download to my app.
This is how I request this:
GET("identifiers/pl-normal.json", parameters: nil, progress: nil, success: { sessionDataTask, response in
}) { sessionDataTask, error in
completionBlock(error)
}
URL Request is correct: GET Optional(http://www.taboo.blue-world.pl/api/identifiers/pl-normal.json)
but the failure
block is called, why?