i have a GET module to download the data from a login page, its downloading the token data that needs extracting, and this is then linking to a text parser that should be extracting the token to be used for my post module next to it, but the output for the text parser is empty,
the pattern i have set for the parser is XSRF-TOKEN=([^;]+)
When reaching out for assistance with extracting text, it would be super helpful if you could share the actual text you’re trying to match. Screenshots of text can be a bit tricky, so if you could copy and paste the text directly here, that would be awesome! It ensures we can run it against test patterns effectively. If there’s any sensitive info, feel free to change it to something fictional yet still valid by keeping the format intact.
Providing clear text examples saves time on both ends and helps us give you the best possible solution. Without proper examples, we might end up playing a guessing game, and nobody wants that as it is a waste of time! You are more likely to get a correct answer faster. So, help us help you by sharing those text snippets.
Please format the example text this way to preserve line breaks and special characters:
These are the two ways to format text so that it won’t be modified by the forum:
Method 1: Type code block manually
Add three backticks ``` before and after the content/bundle, like this:
``` content goes here
```
Method 2. Highlight and click the format button in the editor
Could you go to regex101.com, paste in your Pattern at the top and paste a complete/full example text you are trying to match from below it?
Then, save the regex example and share the link with us here.
This will allow others to assist you here with your pattern. Thanks!
Upon some changes it seems like the parser is picking up the token but something is going wrong with the POST module after, it should be set to use the value from the parser which is the token to be able to log in to the site, but it is returning a 419 status code, so the scenario isnt working
This is how my scenario is set up, basically i need to be able to login on a sites login page successfully, redirect to a download link and then download the file, this is my first scenario so im not sure if theres a significantly easier way for me to achieve this process. Ive unlinked the last three modules just for testing purposes until the POST module works properly
This is the output from array aggregator, which is where the text parser is set to extract from