| Author |
Message |
Topic: [Func] HTTPRequest: for Web APIs [AHK-B + AHK-L+Unicode+x64] |
twhyman
Replies: 176
Views: 12397
|
Forum: Scripts & Functions Posted: Wed Jan 11, 2012 8:11 am Subject: [Func] HTTPRequest: for Web APIs [AHK-B + AHK-L+Unicode+x64] |
| "]I'm not going to add such a thing to HTTPRequest. Part of being (trying to be) flavor-neutral is the goal of having the same code produce the same result no matter what the environment (errors notwi ... |
Topic: [Func] HTTPRequest: for Web APIs [AHK-B + AHK-L+Unicode+x64] |
twhyman
Replies: 176
Views: 12397
|
Forum: Scripts & Functions Posted: Fri Jan 06, 2012 8:18 am Subject: [Func] HTTPRequest: for Web APIs [AHK-B + AHK-L+Unicode+x64] |
"]Thx twhyman, the next release of HTTPRequest will support security flags.
@ m3nth0l: it looks like IE versions less than 7 don't support IPv6 (WinINet.dll is at the core of both HTTPRequest and i ... |
Topic: [Func] HTTPRequest: for Web APIs [AHK-B + AHK-L+Unicode+x64] |
twhyman
Replies: 176
Views: 12397
|
Forum: Scripts & Functions Posted: Thu Dec 08, 2011 10:52 am Subject: [Func] HTTPRequest: for Web APIs [AHK-B + AHK-L+Unicode+x64] |
Hi,
I just added the security flag option into the function:
SECURITY_FLAG_128BIT=0x20000000
SECURITY_FLAG_40BIT=0x10000000
SECURITY_FLAG_56BIT=0x40000000
SECURITY_FLAG_FORTEZZA=0x08000000
SEC ... |
Topic: [Func] HTTPRequest: for Web APIs [AHK-B + AHK-L+Unicode+x64] |
twhyman
Replies: 176
Views: 12397
|
Forum: Scripts & Functions Posted: Mon Dec 05, 2011 8:04 am Subject: [Func] HTTPRequest: for Web APIs [AHK-B + AHK-L+Unicode+x64] |
"]Security flags are not manipulated like other internet flags, they require an additional call to
Thank you It WORKED!
Can you please elaborate about the way security flags are being handled, ... |
Topic: [Func] HTTPRequest: for Web APIs [AHK-B + AHK-L+Unicode+x64] |
twhyman
Replies: 176
Views: 12397
|
Forum: Scripts & Functions Posted: Sun Dec 04, 2011 9:19 am Subject: [Func] HTTPRequest: for Web APIs [AHK-B + AHK-L+Unicode+x64] |
"]The third parameter, called inout_HEADERS, is used for the request headers and the response headers and error messages. You don't need to sniff packets at all.
After you encounter an error, what ... |
Topic: [Func] HTTPRequest: for Web APIs [AHK-B + AHK-L+Unicode+x64] |
twhyman
Replies: 176
Views: 12397
|
Forum: Scripts & Functions Posted: Fri Dec 02, 2011 12:24 am Subject: [Func] HTTPRequest: for Web APIs [AHK-B + AHK-L+Unicode+x64] |
| How can i provide this info I am using HTTPS so the packets are encrypted? |
Topic: [Func] HTTPRequest: for Web APIs [AHK-B + AHK-L+Unicode+x64] |
twhyman
Replies: 176
Views: 12397
|
Forum: Scripts & Functions Posted: Thu Dec 01, 2011 9:32 am Subject: [Func] HTTPRequest: for Web APIs [AHK-B + AHK-L+Unicode+x64] |
| "]It looks like HTTPRequest isn't converting the XML response from UTF-8 to wide-char format. That can happen if the response headers don't include the 'charset' attribute of the 'content-type' header ... |
Topic: [Func] HTTPRequest: for Web APIs [AHK-B + AHK-L+Unicode+x64] |
twhyman
Replies: 176
Views: 12397
|
Forum: Scripts & Functions Posted: Wed Nov 30, 2011 9:07 am Subject: [Func] HTTPRequest: for Web APIs [AHK-B + AHK-L+Unicode+x64] |
Hi,
I have the weirdest bug.
I am using HTTPRequest when using it from a computer connected to the internet with windows 7 x64 bit SP1 fully updated, and it works like a charm!
A working XML ... |
Topic: Help with ref() function |
twhyman
Replies: 1
Views: 150
|
Forum: Ask for Help Posted: Mon Oct 31, 2011 2:42 pm Subject: Help with ref() function |
Hi,
Can someone help me with the ref() function, I want to display a JPEG
In my GUI, I have added the image to the EXE with Compile_AHK II.
Like This:
http://i30.fastpic.ru/big/2011/1024/e4/5a ... |
Topic: Compile_AHK II - for those who compile! |
twhyman
Replies: 407
Views: 84932
|
Forum: Scripts & Functions Posted: Thu Oct 27, 2011 8:48 am Subject: Compile_AHK II - for those who compile! |
Hi,
What is the usage of the resource tab on the compiler?
Thanks,
Twhyman
http://www.autohotkey.com/forum/topic22975-360.html
Thank you for the help, But its not working for me:
Ref( ... |
Topic: Compile_AHK II - for those who compile! |
twhyman
Replies: 407
Views: 84932
|
Forum: Scripts & Functions Posted: Mon Oct 24, 2011 11:01 am Subject: Compile_AHK II - for those who compile! |
Hi,
What is the usage of the resource tab on the compiler?
Thanks,
Twhyman
http://www.autohotkey.com/forum/topic22975-360.html
Thank you for the help, But its not working for me:
Ref( ... |
Topic: Compile_AHK II - for those who compile! |
twhyman
Replies: 407
Views: 84932
|
Forum: Scripts & Functions Posted: Mon Oct 24, 2011 10:01 am Subject: Compile_AHK II - for those who compile! |
Hi,
What is the usage of the resource tab on the compiler?
Thanks,
Twhyman |
Topic: [AHK_L] fincs' scripted Ahk2Exe rewrite (with GUI) - r3 |
twhyman
Replies: 40
Views: 3820
|
Forum: Scripts & Functions Posted: Sun Oct 23, 2011 11:12 am Subject: [AHK_L] fincs' scripted Ahk2Exe rewrite (with GUI) - r3 |
Thank you for this version of the compiler
What does it mean that there is no "nodecompile" and no password switch?
Can the scripts be decompiled? |
Topic: [Func] HTTPRequest: for Web APIs [AHK-B + AHK-L+Unicode+x64] |
twhyman
Replies: 176
Views: 12397
|
Forum: Scripts & Functions Posted: Tue Oct 11, 2011 10:21 am Subject: [Func] HTTPRequest: for Web APIs [AHK-B + AHK-L+Unicode+x64] |
"]@ twhyman: I fixed that bug... it turns out I had some variables mixed up It should handle codepage conversions correctly now.
Bugfix (10-10-2011): codepage conversion of POST data should ... |
Topic: [Func] HTTPRequest: for Web APIs [AHK-B + AHK-L+Unicode+x64] |
twhyman
Replies: 176
Views: 12397
|
Forum: Scripts & Functions Posted: Mon Oct 10, 2011 11:25 am Subject: [Func] HTTPRequest: for Web APIs [AHK-B + AHK-L+Unicode+x64] |
"]@ twhyman, I found the bug. Once again, the problem is in one of the regex needles (particularly, the one that looks for the codepage in the header is not case-insensitive).
Bugfix (10-09-2011): ... |
| |