Bob, Am 12.02.21 um 04:40 schrieb Bob White: [...] > Not being familiar with the gwenhywfar lib I haven't been able to see the > actual buffer with the content of the POST request. [...]
You could increase the logelvel of libgwen to "debug", that should show the header sent (among many, many other things): GWEN_LOGLEVEL=debug aqbanking-cli ... However, you could also call the OFXDirectConnect backend with a account list request: --------------------------------------------------------------------X8 aqbanking-cli --control=aqofxconnect listusers --------------------------------------------------------------------X8 This shows the list of OFX users setup for AqBanking, the needed user id is at the end of the resulting line. You can then request a list of accounts for that bank: --------------------------------------------------------------------X8 GWEN_LOGLEVEL=debug aqbanking-cli --control=aqofxconnect getaccounts -u USERID --------------------------------------------------------------------X8 This will produce a ton of logs on the console and possibly contain sensitive information not to post unfiltered... Regards Martin _______________________________________________ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel