diff --git a/index.js b/index.js index dae8058f..3989d73d 100644 --- a/index.js +++ b/index.js @@ -252,7 +252,7 @@ export default class Pdf extends Component { }) .fetch( source.method ? source.method : 'GET', - encodeURI(source.uri), + encodeURI(decodeURI(source.uri)), source.headers ? source.headers : {}, source.body ? source.body : "" )