We have one URL through which we are sourcing data.
Example.
abc.com/a=0&b=100
we have to form a loop in which we will need to source data from URL with number ranges for a and b like below till all values are sourced
abc.com/a=0&b=100
abc.com/a=101 &b=200
abc.com/a=201&b=300
How can we define a for loop to pass two different values in a URL