Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. System Admin
  4. Detecting blocked connections

Detecting blocked connections

Scheduled Pinned Locked Moved System Admin
sysadminquestionsecuritydebuggingsales
3 Posts 2 Posters 4 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • F Offline
    F Offline
    Fernando A Gomez F
    wrote on last edited by
    #1

    Hello all. We developed an app that interacts with Facebook, by posting data to a specific account. This is done by establishing an HTTP request. In my server, this works perfectly. However, when I go to out customer's, it simply won't work. I know that this guys have very tight security measures. One of those consist on blocking anything to do with Facebook. Now, we requested that for that server and a specific account to be free of such policies. They did so, and when opening the IE, they can connect to Facebook's main page. However, our program still throws a 400 Bad Request. So I'm wondering if there is anything else blocking such connections. To that end, I downloaded Microsoft Network Monitor 3 and SysInternals TCPView. However, neither shred a light on the situation, other than showing which connections are made. Thus my question: is there any tool out there that can be used to trace an HTTP connection and then detect where it is being blocked either by a policy or by a firewall? Or a clue on to what could be happening? Thank you so much in advance! Best regards.

    P 1 Reply Last reply
    0
    • F Fernando A Gomez F

      Hello all. We developed an app that interacts with Facebook, by posting data to a specific account. This is done by establishing an HTTP request. In my server, this works perfectly. However, when I go to out customer's, it simply won't work. I know that this guys have very tight security measures. One of those consist on blocking anything to do with Facebook. Now, we requested that for that server and a specific account to be free of such policies. They did so, and when opening the IE, they can connect to Facebook's main page. However, our program still throws a 400 Bad Request. So I'm wondering if there is anything else blocking such connections. To that end, I downloaded Microsoft Network Monitor 3 and SysInternals TCPView. However, neither shred a light on the situation, other than showing which connections are made. Thus my question: is there any tool out there that can be used to trace an HTTP connection and then detect where it is being blocked either by a policy or by a firewall? Or a clue on to what could be happening? Thank you so much in advance! Best regards.

      P Offline
      P Offline
      Peter_in_2780
      wrote on last edited by
      #2

      Wireshark[^] will show you what's happening "on the wire". If it's local policy, you won't see anything. If it's a firewall, you'll see the 400 coming back. A clue to where it came from would be in the response time - the faster the response, the closer the rejection. hth Peter

      Software rusts. Simon Stephenson, ca 1994. So does this signature. me, 2012

      F 1 Reply Last reply
      0
      • P Peter_in_2780

        Wireshark[^] will show you what's happening "on the wire". If it's local policy, you won't see anything. If it's a firewall, you'll see the 400 coming back. A clue to where it came from would be in the response time - the faster the response, the closer the rejection. hth Peter

        Software rusts. Simon Stephenson, ca 1994. So does this signature. me, 2012

        F Offline
        F Offline
        Fernando A Gomez F
        wrote on last edited by
        #3

        Thanks Peter! I'll give it a shot!

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups