[7.890][BUG][OPEN] Problems configing the new proxy.pac settings

Nomatter what i type in the javascript box i get this error

Cannot apply changes:
conflicting data types for specified node

Even if i type nothing and just hit apply.


Second question is how to test, Once i get the text typed in, am i able  to hit this file by typeing http://address/wpad.dat
Parents
  • To answer your second question: yes, to test this feature you can try to get the [FONT="Courier New"]wpad.dat[/FONT] file directly:

    Examples:

    [kbr:~] w3m -dump_both 10.8.17.118:8080/wpad.dat              
    HTTP/1.1 200 OK
    Content-Type: application/x-ns-proxy-autoconfig
    Content-Length: 15
    Accept-Ranges: none
    Proxy-Connection: close

    alert('hello');


    [kbr:~] echo -en "GET /wpad.dat HTTP/1.0\n\n" |nc -v 10.8.17.118 8080
    10.8.17.118 8080 (http-alt) open
    HTTP/1.1 200 OK
    Content-Type: application/x-ns-proxy-autoconfig
    Content-Length: 0
    Accept-Ranges: none
    Proxy-Connection: close


Reply
  • To answer your second question: yes, to test this feature you can try to get the [FONT="Courier New"]wpad.dat[/FONT] file directly:

    Examples:

    [kbr:~] w3m -dump_both 10.8.17.118:8080/wpad.dat              
    HTTP/1.1 200 OK
    Content-Type: application/x-ns-proxy-autoconfig
    Content-Length: 15
    Accept-Ranges: none
    Proxy-Connection: close

    alert('hello');


    [kbr:~] echo -en "GET /wpad.dat HTTP/1.0\n\n" |nc -v 10.8.17.118 8080
    10.8.17.118 8080 (http-alt) open
    HTTP/1.1 200 OK
    Content-Type: application/x-ns-proxy-autoconfig
    Content-Length: 0
    Accept-Ranges: none
    Proxy-Connection: close


Children
No Data