If i give the callback url an valid address like www.google.com or anything it works. But if i give an ipaddress of my laptop. like 192.168.xxx.xxx this doesn't work. Like to test it, its not working. After multiple attempts found out this, so is there any workaround for me to test my app locally, before i do deployment.
Posts made by sabhanam06
-
RE: Unable to create app
-
How to convert websocket 2.0 data to readable data
Hi @admin
I tried updating websocket with websocket 2.0, authentication is successful and able to receive data. While conversion from byte to readable string, data is not able to convert properly.
Used below code from earlier websocket version. Can you please help
let strData = atob(evt.data);
// Convert binary string to character-number array var charData = strData.split('').map(function (x) { return x.charCodeAt(0); }); // Turn number array into byte-array var binData = new Uint8Array(charData); // Pako magic var result = _atos(pako.inflate(binData));
-
https://apiconnect.angelbroking.com/rest/auth/angelbroking/jwt/v1/generateTokens throws exception
https://apiconnect.angelbroking.com/rest/auth/angelbroking/jwt/v1/generateTokens
Throws error AB1004 Something Went Wrong, Please Try After Sometime
Quick question, will it only generate if the jwt token expires?
-
RE: NIFTY and BANKNIFTY symbol token are missing
@admin please respond, everyone is waiting for your reply.
-
RE: NIFTY and BANKNIFTY symbol token are missing
@ramk your information is incorrect, in the previous file also, there is Nifty50 data. It's completely different.
Please check the history file if you have one.
-
RE: NIFTY and BANKNIFTY symbol token are missing
@Mnagesh your knowledge is incorrect, please don't mislead the comments.
26000 is the token for NIFTY
26009 is the token for BANKNIFTY.It was available till last friday. It is missing during weekend.
@AngelTeam, please look into this ASAP