Hide request queue

Is it possible to hide the Crawlee request queue to Apify users?
4 Replies
luigi.ruocco
luigi.ruocco2w ago
Is there a use case for it? I guess if you don't wanna show the url you can perform the request from inside the request handler but you will lose all the commodities that the request queue entails
Louis Deconinck
Louis DeconinckOP2w ago
Yes, you described my use case. My URL contains sensitive information but I want to retain the request queue features. Do you know if request headers are visible to users?
luigi.ruocco
luigi.ruocco2w ago
Yeah, it's possible to see them. If you need to produce them in runtime you can do it in the request handler and then perform the request with sendRequest (you will have to set skipNavigation: true when creating the request).
Louis Deconinck
Louis DeconinckOP2w ago
Would it be possible to send you a DM, given the sensitive nature?

Did you find this page helpful?