Custom Query (3933 matches)
Results (223 - 225 of 3933)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #814 | Fixed | HttpSetProxy - proxy with credentials | ||
| Description |
See here : http://www.autoitscript.com/forum/index.php?showtopic=88991 Using HttpSetProxy with credentials which means option 2 and then using InetGet does not seem to work Little script: #include<Inet.au3>
Global $user = 'xxx'
Global $pass = 'xxx'
Global $url = 'www.autoit.de'
Global $proxy = 'proxy.xxx.de:8080'
ConsoleWrite('!Proxy2 : ' & HttpSetProxy(2, $proxy, $user, $pass) & @CRLF) ; retunrs 1
Global $siteContent = _INetGetSource($url)
ConsoleWrite($siteContent & @CRLF) ; cache access denied
ConsoleWrite('! - - - ' & @CRLF)
Global $siteContent = _INetGetSource($user & ":" & $pass & "@" & $url)
ConsoleWrite($siteContent & @CRLF) ; works good
ConsoleWrite(InetGet($user & ":" & $pass & "@" & $url, @DesktopDir & '\test.gmx') & @CRLF) ; returns 0
ConsoleWrite(InetGet($url, @DesktopDir & '\test.txt') & @CRLF) ; returns 0
Mega |
|||
| #817 | Fixed | Typo in helpfile | ||
| Description |
" The ByRef keyword is optional and means: (1) the parameter must a variable " - from the byref keyword in the help file That doesn't sound right and I think "...and it means" would be more appropiate (dunno for sure cause I'm not a native speaker) |
|||
| #818 | Fixed | date control | ||
| Description |
when using the date control i use the |
|||
Note:
See TracQuery
for help on using queries.
