Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PAC file proxy issues #140

Open
Janghou opened this issue Nov 23, 2012 · 4 comments
Open

PAC file proxy issues #140

Janghou opened this issue Nov 23, 2012 · 4 comments

Comments

@Janghou
Copy link

Janghou commented Nov 23, 2012

I have a PAC file proxy setting:
PAC file:

function FindProxyForURL(url, host)
    {
    return "DIRECT";
    }

Issues:

  • 'Markup' disappears in the resources Tree and markup resources are sorted under 'Other'
  • In the Network log, all resources show a short grey picture: No request made. All data was retrieved from cache without accessing the network.
@p01
Copy link
Contributor

p01 commented Dec 4, 2012

The Resource Inspector is tied to the Network Inspector. If the later shows something strange, the former will most likely do too. Could you post/link a screenshot of the Network Inspector with the details of one request. To see the request and response headers ?

@Janghou
Copy link
Author

Janghou commented Jan 6, 2013

Sorry for my late reaction. Email showed up automatically as mailing list, and disappeared from inbox, just noticed that.

my.opera.com, all resources show up as cached
DeveloperTools_063

@danfooo
Copy link
Contributor

danfooo commented Jan 7, 2013

Okay, Dragonfly indeed does't receive network information when a proxy is used, this is a known issue & filed on Operas core, internally. The reason why "community" isn't classified as markup is that there's no extension Dragonfly can base a guess on.

@Janghou
Copy link
Author

Janghou commented Jan 8, 2013

Something like that was expected, I addressed it in a forum somewhere before, but thought it might be more appropriate here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants