Fiddler Ideas

The free web debugging proxy for any browser, system or platform.

request first line should be relative path,not be fullpath

request first line should be relative path,not be fullpath,it makes some troubles if server need relative path from head whether url.

  • Guest
  • Nov 2 2018
  • Under review
  • Attach files
  • Eric Lawrence commented
    5 Nov, 2018 09:55pm

    Can you please explain more precisely what problem you're encountering?

    This area is a bit subtle. First, it's worth noting that server-side applications which misbehave when receiving a absolute URL are buggy (according to the standards). 

    Having said that, traditionally, browsers send a absolute URL when sending HTTP requests through proxies (like Fiddler); they send host-relative URLs for HTTPS requests and when talking directly to origin servers. 

    Fiddler matches that behavior, and sends the absolute URL only when using HTTP through an upstream proxy, sending host-relative URLs when talking directly to origins or when sending HTTPS requests through a proxy.

  • Guest commented
    2 Nov, 2018 02:48am

    and all request from browsers are like this

  • Guest commented
    2 Nov, 2018 02:47am

    request first line should be relative path,not be fullpath,it makes some troubles if server need relative path from head instead of url.