I'm encountering an issue when trying to send a basic http post request. While it functions perfectly when sent via ajax in the Internet Explorer console, I'm running into difficulties when attempting to do so in VBA. After some investigation, I've discovered that the problem lies with the proxy server of my current workplace restricting unauthorized internet access. This is why my VBA script is being blocked, yet everything runs smoothly in Internet Explorer. Is there a way for me to bypass this restriction by directly inputting into the Internet Explorer Console and sending the http post request using ajax?
I appreciate any assistance with this matter!