When I build the request as below:
new Request.Builder()
.url("https://bla.com/entry/1411641")
.build();
The 1411641
becomes https://bla.com/entry/%EF%BB%BF1411641
Is there a way to build the request without encoding the URL?