Solved
Forum Discussion
sprei_09
9 years agoOccasional Contributor
The actual request blob is in Json as below :
{"get_range": ["100.169.145.70"] }
The data is as below :
64.4.2.64
64.4.2.96
64.4.6.64
64.4.6.128
64.4.7.64
64.4.7.96
64.4.7.192
64.4.9.0
64.4.10.0
Response : (sample response)
{
"ip_ranges": [
{
"ip": "81.169.145.70",
"ipint": 1370067270,
"end": 1370067935,
"start": 1370067072
}
]
}
Thank you and I appreciate your help.
nmrao
9 years agoCommunity Hero
Something similar was done sometime ago. Would you please check if you can follow the same?
https://stackoverflow.com/questions/44307973/how-to-run-a-web-service-for-multiple-values/44312672#44312672
https://stackoverflow.com/questions/44307973/how-to-run-a-web-service-for-multiple-values/44312672#44312672