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 731235
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T07:00:12+00:00 2026-05-14T07:00:12+00:00

The Question is, In a regular HTTP Request to a server (non-ajax), Is the

  • 0

The Question is,

In a regular HTTP Request to a server (non-ajax), Is the Query String passed by GET method to some server, get affected by the encoding specified by this :

<meta http-equiv='Content-Type' content='text/html; charset=gb2312'>

If the answer is no, How to define the encoding schema for the parameters of GET method ?

example:
If I have a html that looks:

<html>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=gb2312'>
</head>
<body>
 <form method="GET" action="/some/server">
  <input type="text" name="name1" value="someNon-ASCII_value1" />
  <input type="submit" />
 </form>
</body>
<html>

When the user click the submit button, what will be the encoding of the value someNon-ASCII_value1 ?

  • 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-14T07:00:13+00:00Added an answer on May 14, 2026 at 7:00 am

    The browser will use the same encoding as it was been instructed to use to display the page with the form. This can indeed be the encoding as specified in the meta content-type entry in the HTML head, but this can be overridden by a content-type header in the HTTP response.

    You however also need to take into account the correct URL encoding in the server side to decode the GET parameters. It’s unclear which server you’re using, but in case of for example Tomcat you need to set the URIEncoding attribute of the <Connector> element to the same encoding.

    <Connector ... URIEncoding="gb2312">
    

    Also see this article for more background information.

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

Sidebar

Related Questions

How would you create a regular expression that would parse the following url http://example.com/answers/38-my-example-question-on-regular-expression
A question related to Regular cast vs. static_cast vs. dynamic_cast : What cast syntax
I don't usually use regular expressions, hence my question. I need a regex to
Server is PHP5 and HTML charset is latin1 (iso-8859-1). With regular form POST requests,
I have a stupid problem. An jQuery.ajax request return me a full HTML text
I'm having a very basic question about regular expressions. I am trying to match
I am using CURL to execute HTTP requests. I get back something like this:
Trying to answer this question , I created this Python regular expression to match
Based on the question I asked here , but I wanted to get feedback
This is what I want to do: I want to send an HTTP request

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.