imgix / imgix-objc

Official imgix Objective-C client.
MIT License
29 stars 3 forks source link

Support for fully-qualified URLs as paths #2

Closed kellysutton closed 8 years ago

kellysutton commented 9 years ago

It's a common imgix gotcha to not encode fully-qualified URLs when using a Web Proxy source. See the bottom section of http://www.imgix.com/docs/tutorials/creating-sources for more info on Web Proxy sources.

This code is little gross for a few reasons:

What's a better way of accomplishing this?

coveralls commented 9 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 1ad6c843488febe1ee68dc92df231139955cfe78 on kellysutton:fully-qualified-urls-as-paths into 4bfee28b5b20cc0eca1198b1b700960c4cb1b651 on soffes:master.

paulstraw commented 8 years ago

This is handled in #9! :grin: