Cheers!
g
Thank you!
Best regards,
Oleg Chernavin
MP Staff
Create new project.
Add following url for download : http://www.test.com/page#{:1..3}
Download the project.
Expected three start URLSs generated by the macro is
http://www.test.com/page#1
http://www.test.com/page#2
http://www.test.com/page#3
the actually created three URLs are:
http://www.test.com/page
http://www.test.com/page
http://www.test.com/page
Everything from the hash-tag and onwards is erased. Incredibly annoying and clearly a bug since it is a valid URL to have a hash-tag in it, ie a browser can correctly browse to the URL :/
The hash tag and the part after it is only displayed in the browser. After the page was loaded the script on it reads the hash part and changes the page layout according to it. Sometimes the script loads other data (AJAX).
If my words do not convince you, please let me know the example and I will make tests with sending the hash part to the server. I am interested myself in the result.
Oleg.
Unfortunatly due to a NDA I can't give a more detailed example than the one above. I have been contracted to provide a solution to a customer who in turn works with a internal websajt that indeed uses hashtags in the URL. But if the hashtags are removed from the resulting URL in OEP the data sought can't be found.
OEP would have otherwise solved the problem my customer have. Anyway, thanks for the answer. I gather that OEP can't solve my problem and I will have to continue looking elsewhere for an over the counter tool. :/
Oleg.