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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T15:32:49+00:00 2026-06-05T15:32:49+00:00

Here is my code (seen on Google App Engine) public void doGet(HttpServletRequest request, HttpServletResponse

  • 0

Here is my code (seen on Google App Engine)

public void doGet(HttpServletRequest request, HttpServletResponse response) {       
    response.setCharacterEncoding("UTF-8");
    response.setContentType("text/html; charset=UTF-8");
    response.setHeader("testHeader1", "hi");  // Works fine
    response.setHeader("testHeader2", "שלום"); // Header not visible on Chrome client
    response.sendRedirect("/myUrl#שלום"); // Redirect does not work on browser (302 sent but Location header is absent)

Thanks!

  • 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-06-05T15:32:51+00:00Added an answer on June 5, 2026 at 3:32 pm

    The RFC 2047 specifies about non-ASCII characters in headers, but most of the servers and browsers does not support yet.

    So, if you want to send non-ASCII characters, you should be encoding the text to ASCII and send.

    You can use java.net.URLEncoder to encode while redirecting and java.net.URLDecoder to decode at the other end.

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

Sidebar

Related Questions

Original code: (can be seen working here: http://sandbox.hokuten.net/jqrpg/ ) /* google.setOnLoadCallback(function() { */ $(function()
I've seen many posts about the Google Geocoding API, described here: http://code.google.com/apis/maps/documentation/geocoding/ but none
In app-engine-patch ( http://code.google.com/p/app-engine-patch/ ) ... How on earth does the sample application know
Here's something I've seen in erlang code a few times, but it's a tough
Really basic question here: I've seen a bunch of CoreAudio code that uses memset
I've seen other questions here about PNS, in terms of code, but how does
Here a code to demonstrate an annoying problem: class A { public: A(): m_b(1),
I am playing around with Google App Engine and I am simply trying to
The Clojure/Compojure people have a drop in repl for Google App Engine, do Python
I recently deployed a Spring MVC application to google app engine, and the intial

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.