fix: Vale of White Horse SSL errors and session cookies#2115
Conversation
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughThe ValeofWhiteHorseCouncil.parse_data HTTP fetch is refactored to use a two-step requests.Session flow: an initial GET primes the session (establishes JSESSIONID) without SVBINZONE, then SVBINZONE is set on the session and a second GET retrieves the bin data. ChangesSession-based HTTP request handling
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2115 +/- ##
=======================================
Coverage 86.67% 86.67%
=======================================
Files 9 9
Lines 1141 1141
=======================================
Hits 989 989
Misses 152 152 ☔ View full report in Codecov by Harness. |
ad19f93 to
f9a04bd
Compare
fda790a to
fca6a88
Compare
…e Horse This change fixes the current SSL errors received when connecting to Vale of White Horse's BINZONE web application. Also pulling in the fixes for session cookies applied to South Oxfordshire in bf6dd1f as both councils use the same application.
fca6a88 to
1586baf
Compare
This change fixes the current SSL errors received when connecting to Vale of White Horse's BINZONE web application.
Also pulling in the fixes for session cookies applied to South Oxfordshire in bf6dd1f
Summary by CodeRabbit