So we are trying to create a new connect for a tool called Sizmek that hosts a lot of our client's data surrounding media.
While going through the Authentication process, I noticed that all of the examples are using httprequest.get as opposed to httprequest.post. The example code we have from Sizmek is using a POST request. After some testing and tweaking, I think I got it to a place where we should be getting a connection to their API, in order to get their required sessionId.
However when I log the response I get back I am seeing the following error "Domo encountered an internal error proxying your request." Can someone please help me figure out what this internal error could be. I have attached a text file with our "authentication script" as it would be inserted into window of the "Configure user authentication" tab.