Hi,

It  looks like OpenJUMP  may create wrong http headers if it is using http 
basic authentication without https. 
If I give the WMS URL for a secured WMS server this way
https://username:passw...@server.com, then OpenJUMP is writing into http headers
Authorization: Basic [auth_string] and
Host: server.com

If I do not use https but 
http://username:passw...@server.com, then OpenJUMP writes into http headers
Authorization: Basic [auth_string] and
Host: username:passw...@server.com

If proxy server captures the hostname from the headers then the latter case 
will fail.  Fiddler2 proxy behaves this way. All proxy servers, like our 
company proxy, do not utilize the hostname which is announced it the headers so 
they do not have troubles. Basic auth is also usually used together with https 
so the issue is not so big.

-Jukka Rahkonen-

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to