hi!
i'm using php curl's proxy feature to sign in to a site. I wanna know whether this is safe or not. Can the proxy site "hack" my usename and password? I don't, actually can't, encrypt my password before sending it to the proxy server.
EDIT: The scenario is like this: I'm trying to scrape data from a members-only page. I sign-in with my username and password first and then scrap the data. I want to securely do this with a proxy.
thanks for ur suggestions.