IsaacO
April 26, 2021, 9:18am
1
Hi
I am trying to make use of a Third Party API that only consumes an encrypted payload or requests from a specific static IP (range of IPs).
Has anyone implemented this before to guide me with some tips?
Alternatively, is there a way I can specify an IP range that the Third Party can then authorize to receive requests from?
Thanks
Isaac
Victor
April 29, 2021, 1:52pm
2
Hi @IsaacO ,
You can try to use Integromat to encrypt the payload.
It has quite a lot of capabilities - I even managed to implement Oauth1 there
Best regards, Victor.
IsaacO
April 29, 2021, 2:30pm
3
Hi Victor
Thanks for this. Was thinking I’d be stuck without a solution. I’m hoping to implement Base64 and 3DES encryption. If successful I’ll do a post here to share with anyone else that may need it
Regards
Isaac
Hi @IsaacO ,
Base64 is there, along with SHA.
Not sure about 3DES though.
Best,
Victor
This is awesome. I was actually building an API to do exactly this😂 I guess I underestimated Integromat. Thanks Victor!
1 Like