Click here to Skip to main content
15,888,401 members

Comments by Member 11052432 (Top 19 by date)

Member 11052432 16-Feb-23 9:14am View    
Will above port 80 will work for API?

Means If I hit url : localhost:80/api/member from browser or postman.

Will it work?
Member 11052432 16-Feb-23 6:41am View    
I also tried this as well. Still same issue.

https://localhost:44381/api/member
Member 11052432 16-Feb-23 6:30am View    
What does this URL refer?

My Web API URL is http://localhost:14023. I am hitting this URL directly on Browser and Postman.
Member 11052432 22-Apr-22 3:12am View    
Hi Thanks for the solution.

However it's accepting 0 & 0.00 as well like below format.

0 - should not accept
0.00 - should not accept

0.85 - should accept
anything > 0 - should accept
8.5 - should accept
8.52 - should accept
100000 - should accept
2000000 - should accept
0.85 - should accept

Can you please provide regular expression for above formats?

Thanks in advance.
Member 11052432 1-Dec-21 6:32am View    
Yes Please suggests.