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

  • Home
  • SEARCH
  • 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 5994301
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T23:47:55+00:00 2026-05-22T23:47:55+00:00

I am writing a http server in java using ServerSocket and Socket respectively. In

  • 0

I am writing a http server in java using ServerSocket and Socket respectively.

In specification it says that the request can be of “chunked” type. So how could I enable this option in any browser to test the parsing of the request?

  • 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-22T23:47:56+00:00Added an answer on May 22, 2026 at 11:47 pm

    You can easily make up the request on your own:

    POST /search HTTP/1.1
    Host: www.example.com
    Transfer-Encoding: chunked
    Content-Length: 25
    
    000a
    q=23456789
    000a
    0123456789
    0005
    01234
    0
    

    This request is split into three parts, and your server should receive q=23456789012345678901234 as the POST data.

    Note: you need another CRLF at the end of the request, which this markup language cannot display.

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

Sidebar

Related Questions

I am writing a Java client that communicates with a remote server via HTTP/XML.
I'm writing http session manager (gen_server based). That server creates and removes session from
I've almost finished writing a HTTP/1.0 compliant web server under Java (no commercial usage
Background: I'm writing a Java server application that needs to perform basic interactions with
I'm writing a little Java client side app which uploads things using http streams
I'm writing a little Java app which implements an http service that receives http
I'm writing/porting a C++ HTTP event server to Java. I'm wondering what are the
I am writing a basic http server in C. Handling a simple static .html
Say you are writing an application that must implement the HTTP protocol. Protocols are
I'm writing some browser side dynamic functionality and using HTTP Basic Auth to protect

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.