Problem Is Quite Simple; I'm using selenium (specifically the PhantomJS Webdriver) to access a website with the URL domain.com/something/⑧.txt
for example. Quite straightforward apart from the fact the URL contains the ⑧
character.
Selenium just changes this to a ?
causing the website to return a not found error. Note I'm just using the driver.get
function.
This is both annoying and confusing, is there anyway to bypass selenium changing the URL without my permission.