kmuthugtk
kmuthugtk
 The connect/token is working good by using swagger, but when I'm trying to use it in postman and angular 10 project, an error is showing { "error": "invalid_request" }...
Hi, How to connect with Azure Active Directory users, roles and claims. is it possible to connect Kindly let me know.
 I change the login functionality, after that I get this issues.. Kindly help me to solve this issues Thank you
I have two Microservices. First Service for Customers and Second service for Invoice Service. In Invoice MicroService, I will save only CustomerId in Invoice services. Using this CustomerId, I would...
async def run_rsync(self, source, destination): cmd = f"rsync -a --update --append-verify --inplace --progress --times --itemize-changes --out-format='%i %n %M' rsync://{source} {destination}" logging.info(f"Running command: {cmd}") process = await asyncio.create_subprocess_shell( cmd, stdout=asyncio.subprocess.PIPE, stderr=asyncio.subprocess.PIPE)...
During a test run, I suddenly encountered a GPIB hang-up issue on the tester side, which resulted in missing data. Please refer to the attached screenshot for details. I would...
During a test run, I suddenly encountered a GPIB hang-up issue on the tester side, which resulted in missing data. Please refer to the attached screenshot for details. I would...
Hi, From the STDF, is it possible to get the index time for every down? EX: After end the 1st test and Before start the 2nd test, there is some...