Bug in eQSL upload
OH1KH opened this issue · 0 comments
OH1KH commented
It seems that eQSL upload has bug that affects to users who have special characters in their password. Try adding ! at the end of your password.
Download works ok as password is url encoded and supplied with url data.
Upload does not work as cqrlog uses the way where username and password are added as adif tags to adif header of uploaded file. Current source uses url encoding also i upload and that makes error.
It seems, but is not clearly confirmed in https://www.eqsl.cc/qslcard/ImportADIF.txt that using EQSL_PSWD tag does not need any url encoding.
So far tested only with ! but I will change my password to few more variations to be sure before removing the url encode from feQSLupload.pas