You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So for the proxy microservice I created a server with a static IP address which was added to the API IP allow list. And I wrote this script to run on the server:
After properly executing the script and making a request from the customer server, the API response says: "Request not allowed from source IP address 170.246.33.111.".
Note: 170.246.33.111 is the customer server IP address, not the proxy server IP address.
Why is my script not successfully replacing origin IP address with the proxy server IP address? What could be wrong and how to fix it?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, wonderfull work here! Thanks so much!
I'm trying to use this package to build a proxy microservice because the Luminate Online API that the customer needs to use requires requests from a server with a static IP address added to their IP allow list, and the customer server can't have a static IP address.
So for the proxy microservice I created a server with a static IP address which was added to the API IP allow list. And I wrote this script to run on the server:
After properly executing the script and making a request from the customer server, the API response says: "Request not allowed from source IP address 170.246.33.111.".
Note: 170.246.33.111 is the customer server IP address, not the proxy server IP address.
Why is my script not successfully replacing origin IP address with the proxy server IP address? What could be wrong and how to fix it?
Beta Was this translation helpful? Give feedback.
All reactions