03-28-2025, 03:24 PM
Are you entering the URL correctly?
You can not have a space character between the 'T' in ATDT and the URL. For example:
ATDTGOOGLE.COM:80
That will always connect to google's server (just like you were to visit www.google.com). However, putting as space after ATDT like this:
ATDT GOOGLE.COM:80
...that will not work.
Try connecting to google - that will always be available.
If that does not work with the proper data then you might check your terminal program to see if it is doing some odd character translation instead of outputting standard ASCII.
You can not have a space character between the 'T' in ATDT and the URL. For example:
ATDTGOOGLE.COM:80
That will always connect to google's server (just like you were to visit www.google.com). However, putting as space after ATDT like this:
ATDT GOOGLE.COM:80
...that will not work.
Try connecting to google - that will always be available.
If that does not work with the proper data then you might check your terminal program to see if it is doing some odd character translation instead of outputting standard ASCII.