How to get ajax url when using pipeline?
How to get ajax url when using pipeline?
C2V3N
Posts: 1Questions: 1Answers: 0
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.