I am trying to download a URL something like "https://some.com/ATS/cgi-bin/view.pl?axm_f_qtr_ins_chk_bd_sds%20status%20P01".
I think that is because of the %20. Can you please help me with this encoding issue? The garbage webpage which gets downloaded is as attached. Also, I cannot use beautifulsoup. I am restricted only to requests package. Thanks!