-
Hello,
To perform a HTTP_POST (LIBHTTP) in RPGLE using various certificates, two applications were created (RDW-IVIDIENSTEN_SERVER and RDW-IVIDIENSTEN) in the Digital Certificate Manager. The first…
-
>
spider@kali:~$ nmap -sV -Pn --version-all --script vulners 192.168.1.11
Starting Nmap 7.80 ( https://nmap.org ) at 2019-09-07 03:13 EDT
Stats: 0:00:50 elapsed; 0 hosts completed (1 up), 1 underg…
-
We want to make a API call with path parameters that we want pass by input path.
For example like: "classA/{classA_Id}/classB/{classB_id}", for the classA_Id and classB_id, we want pass by step inpu…
-
### Description:
CORS doesn't work in `sam` for [simple requests](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS#simple_requests) when using `AWS::Serverless::HttpApi`. It does work on prefli…
-
## Summary
For proxied requests I was previously using this setup
```ts
apiEndpoint: "www.custom.url"
```
while now it looks like I need to do something like this
```ts
serverUrl: "…
-
### Is there an existing issue for this?
- [X] I have searched existing issues, it hasn't been reported yet
### Use case description
Currently, we have websocket-related properties configured direc…
-
### Describe the bug
For sam.CfnFunction in the events section, 'api_id' is not getting recognised.
This is the below code:
```
from aws_cdk import (
# Duration,
Stack,
# aws_sq…
-
## 🐛 Bug Report
The method `post_cast` creates a cast, however it disappears after a given period of time (24h).
## 🔬 How To Reproduce
Steps to reproduce the behavior:
```
# farcaster = "…
-
### Describe the feature
Currently reflection-based DefaultLambdaJsonSerializer is used for AspNetCore functions. But since we know for sure which types (HttpApi/RestApi/LoadBalancer) are going to …
-
https://datatracker.ietf.org/doc/draft-ietf-httpapi-rfc7807bis/ is a brand new standard.
Since I need a neat, predictable format for my JSON errors, maybe I should use this one?