Tag: HTTP-API
Index of /repositories/releases/org/mule/runtime/mule-service-http-api/4.5.0-20220523
Name Last Modified Size Description Parent Directory mule-service-http-api-4.5.0-20220523-sources.jar Tue Jul 12 23:12:14 UTC 2022 96495 mule-service-http-api-4.5.0-20220523-sources.jar.md5 Tue Jul 12 23:12:14 UTC 2022 32 mule-service-http-api-4.5.0-20220523-sources.jar.sha1 Tue Jul 12 23:12:14 UTC 2022…
Index of /ubuntu/pool/universe/h/haskell-http-api-data
Name Last modified Size Parent Directory – haskell-http-api-data_0.2.1-1build1.debian.tar.xz 2016-01-25 18:15 2.3K haskell-http-api-data_0.2.1-1build1.dsc 2016-01-25 18:15 2.5K haskell-http-api-data_0.2.1.orig.tar.gz 2015-12-08 07:10 7.5K haskell-http-api-data_0.3.7.1-1build2.debian.tar.xz 2017-11-06 00:50 3.0K haskell-http-api-data_0.3.7.1-1build2.dsc 2017-11-06 00:50 3.6K haskell-http-api-data_0.3.7.1.orig.tar.gz 2017-07-11…
org/rapidoid/rapidoid-http-api/5.0.2
../ rapidoid-http-api-5.0.2-javadoc.jar 2015-11-16 01:26 56580 rapidoid-http-api-5.0.2-javadoc.jar.asc 2015-11-16 01:26 473 rapidoid-http-api-5.0.2-javadoc.jar.asc.md5 2015-11-16 01:26 32 rapidoid-http-api-5.0.2-javadoc.jar.asc.sha1 2015-11-16 01:26 40 rapidoid-http-api-5.0.2-javadoc.jar.md5 2015-11-16 01:26 32 rapidoid-http-api-5.0.2-javadoc.jar.sha1 2015-11-16 01:26 40 rapidoid-http-api-5.0.2-sources.jar 2015-11-16 01:26 6183 rapidoid-http-api-5.0.2-sources.jar.asc…
[SECURITY] [DSA 5571-1] rabbitmq-server security update
[SECURITY] [DSA 5571-1] rabbitmq-server security update —–BEGIN PGP SIGNED MESSAGE—– Hash: SHA512 – ————————————————————————- Debian Security Advisory DSA-5571-1 security@debian.org www.debian.org/security/ Moritz Muehlenhoff December 01, 2023 www.debian.org/security/faq – ————————————————————————- Package :…
Accepted rabbitmq-server 3.10.8-3 (source) into unstable
—–BEGIN PGP SIGNED MESSAGE—– Hash: SHA256 Format: 1.8 Date: Mon, 27 Nov 2023 08:31:07 +0100 Source: rabbitmq-server Architecture: source Version: 3.10.8-3 Distribution: unstable Urgency: high Maintainer: Debian OpenStack <team+openst…@tracker.debian.org> Changed-By:…
Accepted haskell-http-api-data 0.5-1 (source) into unstable
—–BEGIN PGP SIGNED MESSAGE—– Hash: SHA512 Format: 1.8 Date: Fri, 06 Oct 2023 14:40:17 +0300 Source: haskell-http-api-data Architecture: source Version: 0.5-1 Distribution: unstable Urgency: medium Maintainer: Debian Haskell Group <pkg-haskell-maintain…@lists.alioth.debian.org>…
amazon web services – Performing mTLS for a Go HTTP API running in AWS Lambda – Stack Overflow
Currently have a Go HTTP API using the github.com/gin-gonic/gin library set up to perform mTLS, like so: router := gin.New() router.GET(“/ping”, handlers.GinHandler{GC: globalConf, H: handler.Ping}.Handle()) // I’m checking errors but…
influxdb – How to get http api request logs from influxdb2 running in docker container – Stack Overflow
There are docs for this in v1.8, but I can’t find any for v2+ docs.influxdata.com/influxdb/v1.8/administration/logs/ I’m trying to diagnose an issue where a client suddenly started returning an error when…
libinfluxdb-http-perl — Perl way to interact with InfluxDB.
Package: wnpp Severity: wishlist Owner: Gabriel Filion <gabs…@lelutin.ca> X-Debbugs-Cc: debian-de…@lists.debian.org * Package name : libinfluxdb-http-perl Version : 0.04 Upstream Author : Raphael Seebacher <raph…@seebachers.ch> * URL : metacpan.org/pod/InfluxDB::HTTP#LICENSE-AND-COPYRIGHT * License…
dart – http api call via proxy for flutter
Currently my server has already setup the proxy, when i wanted to call external api it will be block, so right now i want to call the api www.google.com/recaptcha/api/siteverify to…
HTTP API doesn’t forward Cookies to Lambdas
Cookie headers are not forwarded to Lambdas $ curl -H “Cookie: test” redacted.execute-api.us-east-2.amazonaws.com {“accept”:”*/*”,”content-length”:”0″,”host”:”redacted.execute-api.us-east-2.amazonaws.com“,”user-agent”:”curl/7.58.0″,”x-amzn-trace-id”:”Root=1-5ed6b365-97645c08fe07add8b0a75568″,”x-forwarded-for”:”redacted”,”x-forwarded-port”:”443″,”x-forwarded-proto”:”https”} Lamda exports.handler = async (event) => { const response = { statusCode: 200, body: JSON.stringify(event.headers) ,…