4Kas
Web Server API returns Hacked webpage when Unity Project makes API call
We currently have a linux/apache/sql webserver that has API access for our app in the meta store(Quest 2 & 3).
when manually type in the address on chrome (desktop computer) I get the proper API responce from our server its just a 4 digit.
when I call the API with in unity the server response is a seemingly SPAM WEBSITE this is the start of the file:
<!DOCTYPE HTML>
<html xmlns:wormhole="http://www.w3.org/1999/xhtml" lang="id-ID">
<head>
<meta charset="utf-8" />
<title>BOROBUDURBET : Link Slot Gacor Terbaik Memberikan Maxwin Terbaru Hari Ini</title>
<meta name="description" content="Borobudurbet adalah link slot gacor terbaik dapat memberikan maxwin dari beragam permainan terbaru hari ini dalam memberikan jackpot besar kepada para slotter mania di mana saja." />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
<meta name="aplus-auto-exp" content='[{"filter":"exp-tracking=suggest-official-store","logkey":"/lzdse.result.os_impr","props":["href"],"tag":"a"}]' />
<meta name="data-spm" content="a2o4j" />
<meta name="robots" content="index, follow" />
<meta name="og:url" content="https://www.immersivelink-lms.ca/login" />
<meta name="og:title" content="BOROBUDURBET : Link Slot Gacor Terbaik Memberikan Maxwin Terbaru Hari Ini" />
<meta name="og:type" content="product" />
<meta name="og:description" content="Borobudurbet adalah link slot gacor terbaik dapat memberikan maxwin dari beragam permainan terbaru hari ini dalam memberikan jackpot besar kepada para slotter mania di mana saja." />
UPDATE: it seems to be our website has been hacked to redirect to a different website based on User-Agent. it is specifically targeting libcurl in User Agent. our website is built to control access to content in our app and is currently disabled. how can I find where the redirect is happening within our server. our serever runs on Laravel