Hide request queue
Is it possible to hide the Crawlee request queue to Apify users?
4 Replies
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
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?
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).Would it be possible to send you a DM, given the sensitive nature?