Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3305398
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T21:09:51+00:00 2026-05-17T21:09:51+00:00

When I use telnet to view my web, I get these weird numbers/letters in

  • 0

When I use telnet to view my web, I get these weird numbers/letters in the output. This does not happen in a browser and they are definitely not in my source code. I have checked other sites and they do not have them. Any ideas why ? Are they garbage ? How can I get rid of them ?

telnet http://www.mysite.com 80
GET / HTTP/1.1
Host http://www.mysite.com

Some parts of the webpage are ok but others look like this (I have highlighted them in bold):

51
<ul>
<li><a href="/path/to/file
1b
">Link name</a></li>
<li><a href="/path-to-another-file
2a

EDIT: more info requested
Apache 2 and CGI (C)
Dynamically generated

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T21:09:52+00:00Added an answer on May 17, 2026 at 9:09 pm

    The server is using “chunked” encoding, which allows the web server to keep HTTP connections open for reuse after a request for a dynamically generated page (e.g. CGI, PHP, or ASP), without buffering the entire page at the server end before transmission. It works by sending small parts (“chunks”) of the web page at a time that each have a specified length in bytes (the hexadecimal numbers you see scattered throughout the page). That allows the client to know when the server is done sending data.

    Per RFC 2616 (the HTTP specification), all HTTP/1.1 clients are required to be able to decode chunked encoding. This means that if you do not want to receive a chunked response, you will need to request the page using the version identifier of HTTP/1.0, an older version of the specification:

    telnet www.mysite.com 80
    GET / HTTP/1.0
    Host: www.mysite.com 
    

    The server will then close the connection after it has finished responding instead of using chunked encoding and keeping the connection open.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

When attempting to use ldap_connect() , I get this error: Fatal error: Call to
The telnet host I am using does not have a prompt character, (it just
I want to use telnet to google mail server on linux. I want to
I use vim (7.1) on OpenVMS V7.3-2. I connect to VMS trough a telnet
HyperTerminal is a program that you can use to connect to other computers, Telnet
'''use Jython''' import shutil print dir(shutil) There is no, shutil.move, how does one move
Use case: A does something on his box and gots stuck. He asks B
use this website a lot but first time posting. My program creates a number
I wanna use a TUI over telnet connection between two Linux boxes like ncurses,
I'm trying to use LISTSERV's API in PHP. L-Soft calls this TCPGUI, and essentially,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.