im sending a get request to server to get a pdf and open that pdf in new tab , but idm interrupt my request and download it, it change server response status to 204 and remove the headers, how to prevent idm from doing this ?
IDM use content-desposition response header to detect file and download it,
you can remove this header from server response.