Kobikan / rainmeter

Automatically exported from code.google.com/p/rainmeter
0 stars 0 forks source link

Web based feature not work behind authenticated proxy #144

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.use behind any authenticated proxy
2.run any rss gadget
3.

What is the expected output? What do you see instead?
should be able to fetch data from net.instead nothing happens

What version of the product are you using? On what operating system?
rainmeter 1.1

Please provide any additional information below. If the problem is a
related to some config option attaching a example is always a good idea.
Try to keep it as simple as possible and make sure that it is a fully
working Rainmeter config (i.e. it includes all graphics too).
This happens because webparser.dll is based on WININET .. solution is to 
use some other library like curl... etc OR provide some method to pop-up 
authentication window in webparser.dll as it happens in vista widgets

If you are reporting a crash bug please include a download link to the
crash dump: http://code.google.com/p/rainmeter/wiki/CrashBugs

Original issue reported on code.google.com by ah.ej...@gmail.com on 10 Mar 2010 at 3:41

GoogleCodeExporter commented 9 years ago
while searching for solutions i find this...plz have a look and implement it..i 
will 
try on my own to submit patch but i'm not a very good coder

http://msdn.microsoft.com/en-us/library/aa384220(VS.85).aspx

above link tells how to implement authentication by saving username password or 
by 
popping up authentication dialog

Original comment by ah.ej...@gmail.com on 10 Mar 2010 at 4:26

GoogleCodeExporter commented 9 years ago

Original comment by kenz0.sa...@gmail.com on 13 Mar 2010 at 6:51