James Azarja
James Azarja
I'm trying to redirect POST request using requestProxy, but couldn't make it work. Here is my code ``` router.post('/api/v1/device/register', requestProxy({ url: "http://localhost:3000/api/v1/user/activation" })); ``` Request log ``` POST /api/v1/device/register 408...
I just wondering if there are some options to disable animation on header when my application running on device with slow GPU. Setting app:viewpager_animatedHeaderImage="false" options still has no effects. Any...
### Bug Description When I sent a request to https://api.binance.com/api/v3/exchangeInfo using the HTTP request node, I received the following error: > write EPROTO 68ABEDB1527F0000:error:0A0003E8:SSL routines:ssl3_read_bytes:reason(1000):../deps/openssl/openssl/ssl/record/rec_layer_s3.c:1590:SSL alert number 0 Error Details...
Websocket currently does not have built-in support for proxy configurations. Consequently, it's necessary to provide necessary options directly to the WebSocket constructor when establishing a connection. Example: ``` import {...
### Operating System _No response_ ### Programming Languages JavaScript ### CCXT Version 4.3.46 ### Description I'm trying to post limit order to INDODAX as follows - Symbol: PEPE/IDR - Price:...
In my Next.js application, I'm attempting to make a single call to Flagsmith using the following implementation: ``` useEffect(() => { console.log("Loading flagsmith..."); const init = async () => {...