send get request using different ip

Dpp_coder

I wanted to send a get request to site using file_get_contents(URL). But the problem is the URL only accepts requests from certain IP addresses. I wanna know if I can send the same request from my webserver so that it appears to that server as if the request comes the IP that it allows

deceze

IP addresses are addresses which determine where a certain piece of data will be sent. If you fake your own sender IP address, you'll never receive a reply. You'd have to do some serious network level shenanigans and manipulate a bunch of relevant infrastructure to fake a TCP/IP handshake and still be able to receive the returned response.

In other words: no. You need to actually control the IP address you want to send from.
Guess why that server is using IP address filtering as security check. Because it's pretty secure.

この記事はインターネットから収集されたものであり、転載の際にはソースを示してください。

侵害の場合は、連絡してください[email protected]

編集
0

コメントを追加

0

関連記事

分類Dev

How do I send a request from One Nodejs application to another using an IP address?

分類Dev

Use fetch to send get request with data object

分類Dev

How to send GET Request with JSON in Header in Retrofit

分類Dev

Unable to send HttpPost request using Android app

分類Dev

How to send POST-request with request arguments using cURL?

分類Dev

Send IP address from frontend using ReactJS to server NodeJS

分類Dev

Python - Using socket to send data to every IP address on a network

分類Dev

Unable to send a body in a GET request in ReadyAPI/SOAPUI Pro

分類Dev

How to send a POST or GET request with BODY depending on API type

分類Dev

How to send React to Express server get Request passing id

分類Dev

How to send GET/POST request programmatically to simple ASPX page?

分類Dev

JQuery IP Info - If condition when get request exceeds maximum allowed

分類Dev

How to send CommonCrypto POST request using AES Crypto in Objective c?

分類Dev

How to send a POST request with JSON body using Volley?

分類Dev

Send Post request to an external API using AWS Lambda in python

分類Dev

Unable to send parameters to server action method using angularjs $http request

分類Dev

how to send a post request using Visual C#

分類Dev

How to send request each second to server using Observer?

分類Dev

Qt get external IP address using QNetworkReply

分類Dev

How to get private IP of VMSS using CLI

分類Dev

Different DNS answers per ip using bind DNS

分類Dev

call the same http request if it fails but with different parameter to get default data

分類Dev

How to automatically include client ip address from Request()->ip() in eloquent create method using Laravel 5.2?

分類Dev

Send DateTime in Post Request

分類Dev

How to get position of listitem using setonitemclicklistener and send to next activity

分類Dev

How to send integer as parameter to servlet using $.ajax get?

分類Dev

How do I send a parameter containing a slash in GET request, via jQuery's .ajax() method?

分類Dev

Same ip, different route?

分類Dev

Node.js: How to send headers with form data using request module?

Related 関連記事

  1. 1

    How do I send a request from One Nodejs application to another using an IP address?

  2. 2

    Use fetch to send get request with data object

  3. 3

    How to send GET Request with JSON in Header in Retrofit

  4. 4

    Unable to send HttpPost request using Android app

  5. 5

    How to send POST-request with request arguments using cURL?

  6. 6

    Send IP address from frontend using ReactJS to server NodeJS

  7. 7

    Python - Using socket to send data to every IP address on a network

  8. 8

    Unable to send a body in a GET request in ReadyAPI/SOAPUI Pro

  9. 9

    How to send a POST or GET request with BODY depending on API type

  10. 10

    How to send React to Express server get Request passing id

  11. 11

    How to send GET/POST request programmatically to simple ASPX page?

  12. 12

    JQuery IP Info - If condition when get request exceeds maximum allowed

  13. 13

    How to send CommonCrypto POST request using AES Crypto in Objective c?

  14. 14

    How to send a POST request with JSON body using Volley?

  15. 15

    Send Post request to an external API using AWS Lambda in python

  16. 16

    Unable to send parameters to server action method using angularjs $http request

  17. 17

    how to send a post request using Visual C#

  18. 18

    How to send request each second to server using Observer?

  19. 19

    Qt get external IP address using QNetworkReply

  20. 20

    How to get private IP of VMSS using CLI

  21. 21

    Different DNS answers per ip using bind DNS

  22. 22

    call the same http request if it fails but with different parameter to get default data

  23. 23

    How to automatically include client ip address from Request()->ip() in eloquent create method using Laravel 5.2?

  24. 24

    Send DateTime in Post Request

  25. 25

    How to get position of listitem using setonitemclicklistener and send to next activity

  26. 26

    How to send integer as parameter to servlet using $.ajax get?

  27. 27

    How do I send a parameter containing a slash in GET request, via jQuery's .ajax() method?

  28. 28

    Same ip, different route?

  29. 29

    Node.js: How to send headers with form data using request module?

ホットタグ

アーカイブ