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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T18:32:35+00:00 2026-05-27T18:32:35+00:00

I want to see request headers for my site, it is hosted on shared

  • 0

I want to see request headers for my site, it is hosted on shared hosting, I call hosting company but engineer don’t know how to filter tcpdump for particular site. Because my site is hosted on shared hosting, tcpdump is capturing all requests including all domains on that server.
And also they don’t have any other programme like tcpflow or wireshark install, and I can’t see this is happening in near future.
Is there any options or parameter available to capture requests only for particular site ??
Thanks
Sharique

  • 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-27T18:32:35+00:00Added an answer on May 27, 2026 at 6:32 pm

    It’s going to be difficult to filter your traffic using tcpdump, but it would be easier to accomplish by creating a page on the server which, when accessed, displays the headers it received from the client. Tony Primerano’s blog has several examples — I personally would do this using his PHP example. Just create a PHP page on the server and access the URL from your web browser. In the browser window, you’ll see all the HTTP request options the web server received, including those you suspect the firewall has added.

    Here’s Tony’s code snippet:

     <?php
       foreach($_SERVER as $h=>$v)
         if(ereg('HTTP_(.+)',$h,$hp))
           echo "<li>$h = $v</li>\n";
       header('Content-type: text/html');
      ?>
    

    And here’s an example of his output:

    • HTTP_HOST = http://www.tonycode.com
    • HTTP_USER_AGENT = Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0.1) Gecko/20100101 Firefox/8.0.1
    • HTTP_ACCEPT = text/html,application/xhtml+xml,application/xml;q=0.9,/;q=0.8
    • HTTP_ACCEPT_LANGUAGE = en-us,en;q=0.5
    • HTTP_ACCEPT_ENCODING = gzip, deflate
    • HTTP_ACCEPT_CHARSET = ISO-8859-1,utf-8;q=0.7,*;q=0.7
    • HTTP_DNT = 1
    • HTTP_REFERER = [referer URL here]
    • HTTP_CONNECTION = close

    I know that wasn’t your question, but hopefully it’s a good answer.

    Hope that helps!

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

Sidebar

Related Questions

I want to send a server simple GET request but as I see the
I want see the source code of System.Web.Routing.RouteValueDictionary class. But Reflector can't disassemble it
I want to see class, function and variable/property, dependencies visually, like NDepend , but
Does anybody know where an iOS app can see the default headers that NSUrlRequest
I don't know if it's possible, but if I don't ask I'll never know
I want to see the stack trace in any function of my code, so
I want to see a basic project to learn how to organize membership and
I want to see in action howto make blog on Eclipse + Java +
I want to see if anyone has a better design for a class (class
I want to see all the different ways you can come up with, for

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.