-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
set GET request header cookie #336
set GET request header cookie #336
Conversation
Hey! Thanks so much for this - this looks great. A couple of questions I have.
Thanks again for the contribution! |
Codecov Report
@@ Coverage Diff @@
## main #336 +/- ##
==========================================
+ Coverage 64.77% 64.82% +0.05%
==========================================
Files 37 37
Lines 1953 1959 +6
Branches 266 268 +2
==========================================
+ Hits 1265 1270 +5
Misses 623 623
- Partials 65 66 +1
... and 3 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
You are welcome hopefully it will be helpful. |
Okay. Would be great if you could update the comments / documentation to make that a little clearer. The PR is currently blocked because of a couple of linter issues:
Do you want to take a look at those, or should I? |
54c58d4
to
df2d101
Compare
df2d101
to
74ca7e4
Compare
Awesome - thanks so much for the fixes! 🎉 |
May I ask how the cookie should be formatted? As in, immoscout_cookie: "2:pJP9F ... OU4Q=" |
with the quotes. You don't need the |
Hi! Would it be possible to add IS24 cookie to env variables so that it can be used with gcloud? 🙏 |
@infctr Is this request now redundant? |
You're right! Got it working with gcloud |
@infctr I kind of forced the google cloud to use the config.yaml by removing it from the |
This PR let's user to set GET request header cookie enabling with enables them to surpasss the bot detection script by immoscout24 #302. The cookie should be copied from a logged in session of a user. Once the cookie is compromised a new one should be created.