ekatastar.rgurs.org

Here you should report unblocked ads, trackers, social media items, annoyances or leftovers from blocked content.
Locked
ForzaLigislator
Site Member
Site Member
Posts: 23
Joined: Sun Jan 03, 2021 11:20 pm

ekatastar.rgurs.org

Post by ForzaLigislator »

This is soil book in Bosnia for one entity. When you enter data like Pale (Пале), Romanija (Романија), 1089...or any other.
You can use extension https://addons.mozilla.org/en-US/firefo ... -to-latin/ for Firefox to convert cyrillic to latin.
Then after verifying captcha, and pressing button at bottom Pretraži (Претражи) this request appears in network monitor as POST:

Code: Select all

http://ekatastar.rgurs.org/WS.asmx/addStatistika
And payload (request content) in my case was:

Code: Select all

{ 'data': '{"s":"lu2kqaecg4ymvlm2rqyedyzd","u":"A","m":"KC","l":"64","k":"Романија","p":"1089"}' }
Meaning they are tracking those requests although ironically tracking can be skipped by immediately using api url manually, e.g.:

Code: Select all

http://ekatastar.rgurs.org/api/kc/64/%D0%A0%D0%BE%D0%BC%D0%B0%D0%BD%D0%B8%D1%98%D0%B0/1089
Decoded, much simpler to understand and use:

Code: Select all

http://ekatastar.rgurs.org/api/kc/64/Романија/1089
Locked