I am working on a Jmeter login script made with Blazemeter and whenever I try to do a post I get a 403 response code. I already made several questions on regards to this problem and I did all the things users suggested me, but I keep having the same error.
So my script starts with a get that I create like this:

Whenever I run my script, in a second user, the header of the petition is sent correctly with all the necessary information. For the first user, cookies do not appear in petition. Its Like this:

Then I do a post. The ajax token is obtained correctly:

This is the extra things I have:
- Authorization Manager with url, username, password, domain and mechanism
- Cookie manager
- Header manager with cookies like this: ${COOKIE_GX_CLIENT_ID}
- DNS Cache manager
- HTTP Cache manager
- HTTP request defaults
I have done everything to solve this 403 problem but nothing is working. The only thing that I think could be generating me a problem is the parameters I send to the post. Apart from admin and password, I also have to send a gx state which is something with the next form:
GxState: {....}
I already asked about the problem I have with gxstate in the next post and someone tried to help me but I still cant solve it and if I solve it, I dont know if that is going to solve my 403 problem: How can concatenate two strings (regex) in Jmeter?
Any suggestions? I am new to Jmeter and I am desperate to solve this problem
