Search found 2272 matches

by tank
06 Dec 2021, 15:05
Forum: Ask for Help (v1)
Topic: Help Form-data API
Replies: 12
Views: 1651

Re: Help Form-data API

you are very confused. this has nothing to do with ahk and everything to do with what the server will accept. you seem unwilling/unable to accept that you cant just send whatever you want and expect it to work
by tank
06 Dec 2021, 13:30
Forum: Ask for Help (v1)
Topic: Help Form-data API
Replies: 12
Views: 1651

Re: Help Form-data API

without seeing raw request i may not be able to guess what does and doesnt work

the request itself is a json so your content type headee needs to match that.
by tank
06 Dec 2021, 13:25
Forum: Ask for Help (v1)
Topic: Help Form-data API
Replies: 12
Views: 1651

Re: Help Form-data API

in general xml and json are not interchangable. you are going to have to send your data in the format expected.
by tank
06 Dec 2021, 11:49
Forum: Ask for Help (v1)
Topic: Help Form-data API
Replies: 12
Views: 1651

Re: Help Form-data API

well that isnt well formed as no type declaration. https://www.w3resource.com/xml/well-formed.php and you arent sending any headers. example owhr.setRequestHeader("Content-type", "application/x-www-form-urlencoded") it is ecxpplained inthe example whr.SetRequestHeader("Content-Type", hdr_ContentType...
by tank
06 Dec 2021, 11:27
Forum: AutoHotkey Development
Topic: script command line parameters
Replies: 23
Views: 8441

Re: script command line parameters

your post was worded as if you had a deeper understadng that autohotkey is just script interpreter that calls complex windows API. justme already explained the source of the standard, but you continued. perhaps if your post had asked why is it like this instead of attempting to shame the devs for no...
by tank
06 Dec 2021, 10:53
Forum: Ask for Help (v1)
Topic: Help Form-data API
Replies: 12
Views: 1651

Re: Help Form-data API

we cant guess what you fuctio does, but your arent setting any headers, we dont know if you xml matches the schema, is well formed , etc.
by tank
06 Dec 2021, 10:46
Forum: AutoHotkey Development
Topic: script command line parameters
Replies: 23
Views: 8441

Re: script command line parameters

so the standard within windows of passing command line params for all windows commands isnt acceptable?. are you trolling us? this isnt an ahk defined scope. this has to do with how command line argiments are parsed. sure we could do something different but then whatever we do will be unlike anythin...
by tank
20 Nov 2021, 09:14
Forum: Forum Issues
Topic: Cant write in forum topic Topic is solved
Replies: 4
Views: 1794

Re: Cant write in forum topic Topic is solved

cause its an archived post. you will need to start a new thread
by tank
12 Nov 2021, 19:56
Forum: Looking for Volunteers in other languages
Topic: [Paused] Looking for Volunteers
Replies: 62
Views: 28664

Re: Looking for Volunteers

i may have said something once before about there needs to be a significant demand for support of language x. itr really not a 'if you build it they will come' thing
by tank
29 Oct 2021, 12:39
Forum: Forum Issues
Topic: Recent Forum Issues - August 2021
Replies: 239
Views: 293469

Re: Recent Forum Issues - August 2021

I disabled the slowdown code for now till i upgrade it to allow exclusions
by tank
13 Oct 2021, 18:09
Forum: Forum Issues
Topic: Recent Forum Issues - August 2021
Replies: 239
Views: 293469

Re: Recent Forum Issues - August 2021

alright then, well, in this case, sorry for pressing the issue, but i think u get where i was coming from. glad its solved either way and hope it stays that way dont get the impression that i dont want noise n staticcwhen things dont work well. nor do i expect ppl to just take my word. keep me on m...
by tank
13 Oct 2021, 09:53
Forum: Forum Issues
Topic: Recent Forum Issues - August 2021
Replies: 239
Views: 293469

Re: Recent Forum Issues - August 2021

and i did nothing
by tank
09 Oct 2021, 14:00
Forum: Forum Issues
Topic: Recent Forum Issues - August 2021
Replies: 239
Views: 293469

Re: Recent Forum Issues - August 2021

shhh i didnt touch it
by tank
08 Oct 2021, 22:40
Forum: Forum Issues
Topic: Recent Forum Issues - August 2021
Replies: 239
Views: 293469

Re: Recent Forum Issues - August 2021

i keep looking. this wwekend im going to try to move our whole setup to a new digital ocean datacenter and generate new certs again. not having a WAF scares the shit out of me but killing cloudflare at least temporarily may be something i have to try. in the past when we had significant issues Joe o...
by tank
08 Oct 2021, 21:22
Forum: Forum Issues
Topic: Recent Forum Issues - August 2021
Replies: 239
Views: 293469

Re: Recent Forum Issues - August 2021

how to check ssl times: https://help.heroku.com/NY64S5NL/how-do-i-debug-latency-issues-using-curl Nice never saw that before i dont see how throwing hands up and exclaiming "yep, shits fucked, been so for the past 6 years, cant do nuttin" is at all productive No version of that is happening. I try ...
by tank
08 Oct 2021, 14:41
Forum: Forum Issues
Topic: Recent Forum Issues - August 2021
Replies: 239
Views: 293469

Re: Recent Forum Issues - August 2021

ca are determined by your OS unless you use firefoc. cert issuers are trusted by CA CA are the mechinism by which the internet verifies the identity returned in dns resolution. after that encryption keys are exchanged so that the client n server may communicate and decrypt traffic. as a client your ...
by tank
08 Oct 2021, 10:17
Forum: Forum Issues
Topic: Recent Forum Issues - August 2021
Replies: 239
Views: 293469

Re: Recent Forum Issues - August 2021

right. but i cannot stress that there is noo measurable difference at the server. cpu, memory, n disk usage, all show minimal load. this is to do with performance at certificate authoritties, geography and other unknowns. if u watch the netwok traffic of the page loads. specifically the waterfal. yo...
by tank
07 Oct 2021, 12:17
Forum: Forum Issues
Topic: Recent Forum Issues - August 2021
Replies: 239
Views: 293469

Re: Recent Forum Issues - August 2021

I don't claim to be a certificate expert but why is a simple expired cert causing timeouts exactly? Usually that wouldn't impact response times. Instead the users browser would just alert the user that the site is claiming to be secure, but isn't. What is it about this scenario that is causing time...
by tank
07 Oct 2021, 00:47
Forum: Forum Issues
Topic: Recent Forum Issues - August 2021
Replies: 239
Views: 293469

Re: Recent Forum Issues - August 2021

no we have been struck with issues with certificat authorities like many other major sites

Go to advanced search