Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scanned URL changed from : to ; #37

Open
madhumitha998 opened this issue Apr 3, 2023 · 2 comments
Open

Scanned URL changed from : to ; #37

madhumitha998 opened this issue Apr 3, 2023 · 2 comments

Comments

@madhumitha998
Copy link

The https:// is changed to https;// when scanned

@fgarcia78
Copy link

fgarcia78 commented Jul 28, 2023

Having the same problem. We're using a regex to replace the problematic characters. In our use case, we're scanning some JSON data, and it's scanned like this:

For this JSON:
{ "code": 1234, "account": "80921", "method": 0 }

the scanned string we get is as following:
[ 'code'; 1234, 'account'; '80921'; 'method'; 0 ]

So, as stated above, we're using regex to obtain the correct JSON. Not optimal but it works.

@SchrodingersGat
Copy link

Looks to be the same issue as #41

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants