jungle 2 Hey guys, I am trying to make a config with sentry MBA for this site , and I need help finding the Success and Failure source keys, can anyone helo me? I already made the request with HTTP debugger but the response is the same when I put invalid or valid credentials. Thank you, Jungle Quote Share this post Link to post Share on other sites
Hawk 207 Hey Jungle, I`ll help you out a little bit :), A Source key is an HTML-Code, not some regular words. So you need to find the HTML-Code for the login error you get. This is what you need to do: 1. Log in on the website with an invalid email:pass, so you`ll get an error when you hit the login button. The error on your website is: "Email ou password incorrecto". That's not a Source key, but a Header key. 2. Search for the HTML code, so right-click on the error and then inspect(On google chrome). 3. You will see a popup on the right side of your screen, and a blue highlighted text. So Right-Click on the blue highlighted code, and select: "Edit as HTML". 4. Copy everything in the HTML-Box, and paste it into Source failure keys, so paste this: "Email ou password incorrecto. " With the Add(Basic) button. 5. Right now, login with a valid account, and search for the logout button. 6. Right-click on the logout button and click on inspect. 7. Rightclick on the blue highlighted text, and then Edit as HTML. 8. Copy everything in the HTML-box, and paste it into Source success keys. RIGHT NOW IT NEEDS TO WORK! If you can`t understand some parts, I am Dutch, so I am not the best at English! If you got questions about this? Contact me on Discord: Plakt0ets#5137 Quote Share this post Link to post Share on other sites
charger300 10 Email ou password incorrecto is the failure key as for the success key you wont need it as a start you can find it later on from to check Quote Share this post Link to post Share on other sites
jungle 2 Thank you guys but now it gives an 404 error when I debug: https://gyazo.com/795d21f9a1a9bf0ffe1c07254dbbd89a Quote Share this post Link to post Share on other sites