Mitesh Posted September 17, 2020 Report Share Posted September 17, 2020 Hi i want to know how to use http get command in MEP for active session of already logged in website. I have logged in to a website and have a result page there,can i use http get command to copy result to variable and then parse data Quote Link to comment Share on other sites More sharing options...
Cory Posted September 17, 2020 Report Share Posted September 17, 2020 There is no way. I write my own scrapers in .NET that use HTTP Request/Response and one needs to have the credentials in the request. They don't magically transfer over to another. However you can add credentials to a URL but that's basic authentication and not secure. I know Chrome and MS browsers stopped supporting it, however you won't be using them. You can see my other post here where in your browser you can use a "view-source" protocol in Chrome to get the HTML. So see my web page for instance you enter "view-source:http://bluepointdesign.com/" in the address bar. I'm available for hire making scrapers that do HTTP Req/Resp type scraping if you have a need. Quote Link to comment Share on other sites More sharing options...
Cory Posted September 17, 2020 Report Share Posted September 17, 2020 Come to think of it, I don't think the credentials in the URI will work either as the MEP command doesn't create a session. Quote Link to comment Share on other sites More sharing options...
Cory Posted September 17, 2020 Report Share Posted September 17, 2020 http://user:password@domain.com/ THis is how it's done if you want to try. Quote Link to comment Share on other sites More sharing options...
Mitesh Posted September 17, 2020 Author Report Share Posted September 17, 2020 Thanks Cory for your prompt assistance I will speak to my seniors as I need it for my organisation Quote Link to comment Share on other sites More sharing options...
Cory Posted September 17, 2020 Report Share Posted September 17, 2020 You're welcome. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.