python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to make Lambda + API Gateway obey REQUEST_URI?
I created an AWS Lambda with my application (a Web server) written in Rust Actix. I use https://crates.io/crates/lambda-web
Then I added this Lambda as the backend of an AWS HTTP API. The HTTP API has...
porton
Votes: 0
Answers: 0
PHP $_SERVER['REQUEST_URI'] returns question marks ? for utf-8 characters after the slash
I have a route.php which gets called for every php request to return a friendly uri.
In route.php it parses $_SERVER['REQUEST_URI'] to get the parameters. I have a problem now when the request uri con...
Eddi
Votes: 0
Answers: 1