| Author |
Message |
Forum: Support Topic: HTTPQuery Only Posts Once |
| iamattamai |
|
Posted: May 10th, 2011, 12:52 am
|
|
Replies: 0 Views: 112
|
| I've spend half the day and searched the forum topics -- I can only get this standard usage HTTPQuery snippet to post on the first loop pass, loops 2 & 3 do nothing. I am using HTTPQuery version 3.6. #include httpQuery.ahk ;#noenv ;#NoTrayIcon ;---------------------- URL Encoder Function -------... |
|
 |
Forum: Support Topic: URL Encoding and Decoding of Special Characters |
| iamattamai |
|
Posted: November 7th, 2010, 1:45 am
|
|
Replies: 13 Views: 3691
|
| Many thanks VxE. I also found that switching to the later post/mod of the uriEncoder by Ageless sealed the deal. One more humble request: How would you modify the Ageless code below to encode CR/LF characters in the source string? I'm a challenged with code as terse as this stuff. uriEncode(str&... |
|
 |
Forum: Support Topic: URL Encoding and Decoding of Special Characters |
| iamattamai |
|
Posted: November 6th, 2010, 2:40 pm
|
|
Replies: 13 Views: 3691
|
| I am trying to convert a string of csv text to URL-format to be posted using uriEncode and httpQuery together. I am able to post simple strings using the code below, but not an example like shown -- I suspect it might be the % signs??? Admittedly a newbie to ahk and assistance much appreciated. #noe... |
|
 |
| Sort by: |