mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: May 2025
Posts: 1
T
Mostly harmless
OP Offline
Mostly harmless
T
Joined: May 2025
Posts: 1
Simple example:

Code
alias crashtest {
  var %url http://hello:world@example.com
  echo -a urlget sent: $urlget(%url,bg,&reqtestresp,noop)
}

This used to work fine in the past, but at some point it started crashing mIRC.

Still happens in v7.81, I don't know when it started.

As a workaround I can of course pass the authorization header directly, like this:

Code
bset -t &reqtesthdr 1 Authorization:Basic .......

But it's less pleasant since it requires base64 encoding it etc.

In any case, whatever I put in the URL, it should never crash mIRC.

Joined: Dec 2002
Posts: 3,841
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 3,841
Thanks for your bug report. This issue has been fixed for the next version.


Link Copied to Clipboard