P
P
paranoim2018-11-12 07:52:15
HTML
paranoim, 2018-11-12 07:52:15

How to disable URL encoding?

I'm trying to add a search to an old site with 1251 encoding and Cyrillic is encoded in "%EF%EE%E8%F1%EA"
Search form:

<form id="searchForm"  action="/poisk.html" target="_self">
  <input  type="text" name="q" value="Поиск" id="search">
  <input type="submit" value="Поиск" id="submit">
</form>

Everything works with the Latin alphabet, opens the desired url site.ru/poisk.html?q=poisk, and the Cyrillic alphabet changes to this site.ru/poisk.html?q=%EF%EE%E8%F1%EA
url opened like this http://site.ru/poisk.html?q=search ?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Ainur Valiev, 2018-11-12
@vaajnur

change the js url

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question