How to get ajax url when using pipeline?
How to get ajax url when using pipeline?

Let's say I have a button which on click returns ajax data URL in string format. This works when I don't use pipeline. When I use pipeline, ajax.url()
returns inner pipeline function instead of URL in string format.
Is there any other way to get ajax data URL?
This discussion has been closed.