Actually what I am doing is sending a call that starts with Java Script and then later in it’s body it has specific call defined. It starts like this and then it has options defined which later have the method and whole body/bearer defined.

The call beginning:
var request = require(‘request’);
var fs = require(‘fs’);
var options = {
‘method’: ‘POST’, … and the life goes on :slight_smile:

That’s why I need a raw/ no headers call. You can make one in make, but want to have this option in bubble as well. I know there is a plugin for that, but wonder if I can do it natively. As it should be possible.