Relative Content

Tag Archive for vbaxmlhttprequest

VBA xmlhttp not working on ACCESS VBA Code but same working in POSTMAN

I have below VBA Code in MS Access which is giving me Authorization error but when I try the same in POSTMAN, It is working using same data. What am I doing wrong ? Note. This is only problem with PUT method. With Get method where only TOKEN is required and CSRF Token is not needed it will working fine for VBA code. Is there any cookie from CSRF Token needs to be write ?