Fix SimpleFIN integration for beta-bridge.simplefin.org
HttpClient does not extract Basic Auth credentials from URLs with embedded user:pass@host format. Parse the access URL, build the Authorization header explicitly, and strip credentials from the request URI. Also send Content-Length: 0 on token exchange POST and update setup instructions to point to beta-bridge.simplefin.org. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -263,7 +263,7 @@
|
||||
<v-card-title>Connect via SimpleFIN</v-card-title>
|
||||
<v-card-text>
|
||||
<p class="mb-4">
|
||||
Visit <strong>simplefin.org/bridge</strong> to get a setup token for your bank, then paste it below.
|
||||
Visit <strong>beta-bridge.simplefin.org</strong> to get a setup token for your bank, then paste it below.
|
||||
</p>
|
||||
<v-text-field
|
||||
v-model="simpleFinToken"
|
||||
|
||||
Reference in New Issue
Block a user