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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T17:56:09+00:00 2026-06-11T17:56:09+00:00

Tamper Data gives all the cookie context i wish to automate that. Session-Id and

  • 0

enter image description hereTamper Data gives all the cookie context i wish to automate that. Session-Id and Login Credentials.
WGET or Wapiti kinda stuff.. but these are cmnd line based ..
i wish a web-based one ! the Tamper data values i need to pass are under the red box of screenshot.

  • 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-11T17:56:11+00:00Added an answer on June 11, 2026 at 5:56 pm

    Relying on the request-header‘s values is dicey and it is flawed since the request-header values can be easily manipulated (one example is what you yourself are showing).

    If you want to login automatically into another web-application using the credentials you have provided in some other web-application then you can use Single Sign-on (SSO). More info can be found in this answer.

    If you have some other requirement, then you can included that in the question so that it can be seen & answered accordingly.

    Here is how you can get the request-header in a JSP:

    1. request.getHeader("cookie") or request.getHeader("user-agent").
    2. Or can use: request.getHeaderNames() to get all the headers and then loop through the names and get each header value by using point#1 like this:

      Enumeration hNames = request.getHeaderNames();
      while(hNames.hasMoreElements()) {
          String hName = (String) hNames.nextElement();      
          System.out.println(hName + " = " + request.getHeader(hName);
      }
      
    3. This link might be helpful: Reading HTTP Request Headers

    Here is how you can get the request headers in PHP:

    1. Nice answer to the question: How do I read any request header in PHP,
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am working on a modification of tamper data that will allow me to
I'm looking for a good program that is like the Tamper Data add on
I want to login to hotmail email account with httpclient. For that I need
We can use Tamper Data for tampering the POST requests, but I want to
All Rails expert sites say not to store ActiveRecords in the Session. However, I
I was searching for a method to access & tamper the raw packet data
I realize that trying to tamper with memory from another application or from the
so i've got an array of numbers that i'm posting to an asp.net mvc
I have an AJAX request (using JQuery) that calls a PHP script which does
Short version: I'm extending a jQuery object function that is intended to take 0-3

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.