Pattern to automatically add to proxy

Hi, I think you are pointing

Hi,

I think you are pointing out a bug, but I can't figure it out. I looked at your screenshots. Can you elaborate?

Thanks,
Eric

Add/Edit Pattern

URL Pattern Template ${12}
Example for: http://fred:secret@mail.foo.com:8080/inbox/msg102.htm#subject?style=elegant
incorrect out: /inbox/msg102.htm#subject?style=elegant
correct is: /inbox/msg102.htm

URL Pattern Template ${13}
Example for: http://fred:secret@mail.foo.com:8080/inbox/msg102.htm#subject?style=elegant
incorrect out: subject?style=elegant
correct is: subject

URL Pattern Template ${14}
Example for: http://fred:secret@mail.foo.com:8080/inbox/msg102.htm#subject?style=elegant
no out:
correct is: style=elegant

Pattern Template Reference

${3}

username & password with ":" & "@"

incorret: http:// user:pass @foo.com:8080/news/bar.htm#anchor?query=abc

Correct: http:// user:pass@ foo.com:8080/news/bar.htm#anchor?query=abc

@ is not red

Add/Edit Pattern

URL Pattern Template ${12}
Example for: http://fred:secret@mail.foo.com:8080/inbox/msg102.htm#subject?style=elegant
incorrect out: /inbox/msg102.htm#subject?style=elegant
correct is: /inbox/msg102.htm
URL Pattern Template ${13}
Example for: http://fred:secret@mail.foo.com:8080/inbox/msg102.htm#subject?style=elegant
incorrect out: subject?style=elegant
correct is: subject
URL Pattern Template ${14}
Example for: http://fred:secret@mail.foo.com:8080/inbox/msg102.htm#subject?style=elegant
no out:
correct is: style=elegant

Pattern Template Reference

${3}
username & password with ":" & "@"
incorret: http:// user:pass @foo.com:8080/news/bar.htm#anchor?query=abc
Correct: http:// user:pass@ foo.com:8080/news/bar.htm#anchor?query=abc
@ is not red

Hi, I've finally understood

Hi,

I've finally understood your posts. Thank you for reporting them.

I've corrected the "@ is not red" problem. It will be in the next release. The other problems you pointed out are bugs in Firefox's URL parsing. I will file a bug at bugzilla.mozilla.org and post the link here.

Eric

Hi, The "@ is not red"

Hi,

The "@ is not red" problem is fixed in version 2.14.

Eric

Add/Edit Pattern

In:
> click on tab [Quick Add],
> line "Pattern to quickly add to proxy",
> click button [Define],
> window "FoxyProxy - Add/Edit Pattern",
> line "URL Pattern Template",
> text [*://${3}${6}/*]
> change text to next URL Pattern Template separately: ${12}, ${13} and ${14}
( Example for: http://fred:secret@mail.foo.com:8080/inbox/msg102.htm#subject?style=elegant )
 
URL Pattern Template ${12}:

incorrect out: /inbox/msg102.htm#subject?style=elegant
correct out: /inbox/msg102.htm

URL Pattern Template ${13}:

incorrect out: subject?style=elegant
correct out: subject

URL Pattern Template ${14}:

no out:
correct out: style=elegant
 

The other problems you

The other problems you pointed out are bugs in Firefox's URL parsing. I will file a bug at bugzilla.mozilla.org and post the link here.