Sign in to follow this  
Hawk

C# question | Account checker with API.

Recommended Posts

Hi everyone,

 

I am trying to make a account checker for the site: https://www.aboutyou.nl

You can login here: https://checkout.aboutyou.nl/

If you are making a login request, it uses this url to check if the account exists or not: https://checkout.aboutyou.nl/api/customer/login

I made the post data etc, the only thing I want to know how I can check if the account exists or not. Normally I search through the source and see something like: "Invalid"

But it can't with a url that I can't exists. 

 

 

I hope someone can give me the mystery answer :)

 

Thanks!

Share this post


Link to post
Share on other sites

I just checked (dont have working account) but what I noticed is that it sents a 404 status code if you use an account that is non existent. I guess if you receive another status code the account is working.

Share this post


Link to post
Share on other sites

I just checked (dont have working account) but what I noticed is that it sents a 404 status code if you use an account that is non existent. I guess if you receive another status code the account is working.

 

I also tried that, statuscode forbidden is false. But when I try that it still said forbidden with a valid account.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this